Skip to content

Instantly share code, notes, and snippets.

@rei999
Created December 7, 2012 18:03
Show Gist options
  • Save rei999/4235129 to your computer and use it in GitHub Desktop.
Save rei999/4235129 to your computer and use it in GitHub Desktop.
SCP to download files through a terminal
scp -i {key} {user}@{domain}:{remote_path} {local_path}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment