Skip to content

Instantly share code, notes, and snippets.

@karmanov
Created January 6, 2015 20:34
Show Gist options
  • Save karmanov/71c2d1e50f10aec37f32 to your computer and use it in GitHub Desktop.
Save karmanov/71c2d1e50f10aec37f32 to your computer and use it in GitHub Desktop.
# download: remote -> local
scp user@remote_host:remote_file local_file
# upload: local -> remote
scp local_file user@remote_host:remote_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment