LoginSignup
51
25

More than 5 years have passed since last update.

scpで.ssh/configに登録しているhostを使う

Posted at

これで終わり。

download from server

scp registered-hostname:/path/to/downloadfile \
    /path/to/the/place/to/put/the/file

upload to server

scp  /path/to/the/place/to/upload \
    registered-hostname:/path/to/upload/destination
51
25
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
51
25