Last active
September 20, 2017 23:33
-
-
Save premkumar-masilamani/ba3507e98aaec327a360ef5b5e0a4480 to your computer and use it in GitHub Desktop.
scp 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 username@hostname:/path/to/file/on/server local/file/path | |
# Copy from local to server | |
scp local/file/path username@hostname:/path/to/file/on/server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment