Skip to content

Instantly share code, notes, and snippets.

@speto
Last active May 2, 2016 14:04
Show Gist options
  • Select an option

  • Save speto/6c5f1333c1d137517824 to your computer and use it in GitHub Desktop.

Select an option

Save speto/6c5f1333c1d137517824 to your computer and use it in GitHub Desktop.
Simple scp command example
scp -r user@example.com:/remote/path/to/foo /local/home/user/Desktop/
scp -r user@example.com:~/dummies .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment