Skip to content

Instantly share code, notes, and snippets.

@jbub
Created September 11, 2013 13:57
Show Gist options
  • Save jbub/6523957 to your computer and use it in GitHub Desktop.
Save jbub/6523957 to your computer and use it in GitHub Desktop.
Copy remote directory to local directory
# copy remote directory to local directory
scp -r -P 22 [email protected]:/path/to/foo /home/user/Desktop/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment