Skip to content

Instantly share code, notes, and snippets.

@zhangchenchen
Created October 13, 2016 02:07
Show Gist options
  • Save zhangchenchen/50df8b7b1e75ae1fc7aa78a78a1e891d to your computer and use it in GitHub Desktop.
Save zhangchenchen/50df8b7b1e75ae1fc7aa78a78a1e891d to your computer and use it in GitHub Desktop.
download/upload file with scp
download file: scp test.py [email protected]:/e:/
download dir: scp -r /opt/test [email protected]:/e:/
upload file: scp [email protected]:/e:/test.py /opt/test
upload dir: scp -r [email protected]:/e:/test/ /opt/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment