Skip to content

Instantly share code, notes, and snippets.

@rcgalbo
Created April 10, 2018 19:20
Show Gist options
  • Save rcgalbo/679411b37ad3d5714018e610caaef961 to your computer and use it in GitHub Desktop.
Save rcgalbo/679411b37ad3d5714018e610caaef961 to your computer and use it in GitHub Desktop.
scp because u will forget how
# 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