Last active
August 5, 2017 02:21
-
-
Save smithbr/242e197753befd4ea5cd571129fa6d57 to your computer and use it in GitHub Desktop.
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
# Remote > Local file | |
scp [email protected]:~/file.log ~/Downloads/ | |
# Local > Remote folder | |
scp -r ~/Downloads/folder [email protected]:/home/usernm/folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment