見出し画像

Send or Get files with SCP

ssh_config

Host server_bane
  User eguchi
  Port 22
  HostName xxx.xxx.xxx.xxx
  IdentityFile ~/.ssh/id_rsa_xxxx

Send upload

scp /path/to/file.xxx server:/full/path/to/dir/

Get download

scp server:/full/path/to/dir/filename /path/to/dir/


この記事が気に入ったらサポートをしてみませんか?