Skip to content

Instantly share code, notes, and snippets.

@alexbartsch
Created April 3, 2017 12:43
Show Gist options
  • Save alexbartsch/2ff92d2a3902aa0ce5599c1a0adc0fc9 to your computer and use it in GitHub Desktop.
Save alexbartsch/2ff92d2a3902aa0ce5599c1a0adc0fc9 to your computer and use it in GitHub Desktop.
Download directory via scp
# Download directory via scp
scp -r <user>@<host>:/path/to/dir /path/to/target/destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment