Skip to content

Instantly share code, notes, and snippets.

@vu2
Created June 23, 2015 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu2/131c04c4d3eb22e32309 to your computer and use it in GitHub Desktop.
Save vu2/131c04c4d3eb22e32309 to your computer and use it in GitHub Desktop.
$sftp -oPort=22 name@hoge.net
$cd /var/www
$get -r public_html
##ワイルドカードも使えるので以下のように取得する事もできます
$cd /var/www/public_html
$get -r directory*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment