Skip to content

Instantly share code, notes, and snippets.

Created August 28, 2015 03:40
Show Gist options
  • Save anonymous/fac54d56e318bb987b7b to your computer and use it in GitHub Desktop.
Save anonymous/fac54d56e318bb987b7b to your computer and use it in GitHub Desktop.
ssh拷贝文件到远程服务器

#拷贝文件到远程服务器

注意远程服务器后面的冒号

scp /file-to-copy user@remote_ips:/copy-to-here

远程拷贝到本地 反转一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment