LoginSignup
0
0

More than 5 years have passed since last update.

scpでファイル転送するメモ

Last updated at Posted at 2018-12-03

scpでファイル転送するだけのメモ

ただのメモです。

scp 転送するファイル ユーザー名@APアドレスなど:送る場所
↓
scp home/hoge/test.php hoge_user@54.230.444.82 /home/tmp

ディレクトリ以下を再帰的に転送したい!

scp -r home/hoge hoge_user@54.230.444.82 hoge.tmp

-rを付けるとディレクトリ内を再帰的に転送します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0