Skip to content

Instantly share code, notes, and snippets.

@lirongfei123
Created January 14, 2019 03:31
Show Gist options
  • Select an option

  • Save lirongfei123/78a92b991ffc9d5a94895f9e7c62a0e7 to your computer and use it in GitHub Desktop.

Select an option

Save lirongfei123/78a92b991ffc9d5a94895f9e7c62a0e7 to your computer and use it in GitHub Desktop.
scp
从服务器下载整个目录
scp -r username@servername:remote_dir/ /tmp/local_dir
上传目录到服务器
scp -r /tmp/local_dir username@servername:remote_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment