Skip to content

Instantly share code, notes, and snippets.

@smithbr
Last active August 5, 2017 02:21
Show Gist options
  • Save smithbr/242e197753befd4ea5cd571129fa6d57 to your computer and use it in GitHub Desktop.
Save smithbr/242e197753befd4ea5cd571129fa6d57 to your computer and use it in GitHub Desktop.
# Remote > Local file
scp [email protected]:~/file.log ~/Downloads/
# Local > Remote folder
scp -r ~/Downloads/folder [email protected]:/home/usernm/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment