Skip to content

Instantly share code, notes, and snippets.

@akonwi
Created July 15, 2013 17:59
Show Gist options
  • Select an option

  • Save akonwi/6002004 to your computer and use it in GitHub Desktop.

Select an option

Save akonwi/6002004 to your computer and use it in GitHub Desktop.
Secure copy over ssh
## Download
scp user@remote_host:remote_file local_file
## Upload
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