Skip to content

Instantly share code, notes, and snippets.

@anistark
Last active August 29, 2015 14:13
Show Gist options
  • Save anistark/5a0da6257bf63c9de59e to your computer and use it in GitHub Desktop.
Save anistark/5a0da6257bf63c9de59e to your computer and use it in GitHub Desktop.
ssh file commands
Copy from server to local:
scp [email protected]:foobar.txt /some/local/directory
scp local/file [email protected]:/var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment