Skip to content

Instantly share code, notes, and snippets.

@bran921007
Created March 22, 2024 14:08
Show Gist options
  • Save bran921007/43c8002bd220b6c6d560c81d8e2811e1 to your computer and use it in GitHub Desktop.
Save bran921007/43c8002bd220b6c6d560c81d8e2811e1 to your computer and use it in GitHub Desktop.
Copy files from SSH server into local machine
scp -r username@remote.server.com:/path/to/remote/folder /local/destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment