Last active
August 29, 2015 14:13
-
-
Save anistark/5a0da6257bf63c9de59e to your computer and use it in GitHub Desktop.
ssh file commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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