Skip to content

Instantly share code, notes, and snippets.

@tiijima
Created September 9, 2015 02:23
Show Gist options
  • Save tiijima/4a12ae31d9e3dd2f7a42 to your computer and use it in GitHub Desktop.
Save tiijima/4a12ae31d9e3dd2f7a42 to your computer and use it in GitHub Desktop.
SCPコマンド ディレクトリごとダウンロードする
# SCPコマンド リモートからディレクトリごとダウンロードする
scp -P 22 -i ~/.ssh/xxx.pem -r username@192.168.0.1:/var/www/html/xxx ~/tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment