Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carltondickson/04a296dfccf7a2207447 to your computer and use it in GitHub Desktop.
Save carltondickson/04a296dfccf7a2207447 to your computer and use it in GitHub Desktop.
scp - copy from remote to local
# Auto-complete works if you have ssh keys set up to the server
scp user@homeip:/path/to/file /local/path/
# Credit http://superuser.com/questions/337776/how-do-i-scp-from-remote-machine-to-local-machine-when-i-am-outside-of-my-home-n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment