Skip to content

Instantly share code, notes, and snippets.

@tmaximini
Last active May 17, 2019 07:03
Show Gist options
  • Save tmaximini/6c71e179d4ba340731ce1e5cbe148b78 to your computer and use it in GitHub Desktop.
Save tmaximini/6c71e179d4ba340731ce1e5cbe148b78 to your computer and use it in GitHub Desktop.
[ssh fu] ssh snippets
# copy files from shh to local
scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/
# and upload from local to ssh
scp -r /path/from/destination username@hostname:/path/to/destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment