Skip to content

Instantly share code, notes, and snippets.

@alexdmejias
Created June 24, 2014 19:55
Show Gist options
  • Select an option

  • Save alexdmejias/66c5292e4eb9a5062164 to your computer and use it in GitHub Desktop.

Select an option

Save alexdmejias/66c5292e4eb9a5062164 to your computer and use it in GitHub Desktop.
download directory over ssh
scp -r prod:/path/foo /home/user/Desktop #where 'prod' is the name of the ssh bookmark
scp -r [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