Skip to content

Instantly share code, notes, and snippets.

@7LayersDesign
Created September 20, 2013 14:14
Show Gist options
  • Save 7LayersDesign/6638226 to your computer and use it in GitHub Desktop.
Save 7LayersDesign/6638226 to your computer and use it in GitHub Desktop.
Copy a directory to local machine over SSH using SCP.
scp -r user@hostname:path/to/remote ~/Path/to/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment