Created
August 13, 2018 05:58
-
-
Save raybesiga/c2779052fc70604234bae214b6f49be9 to your computer and use it in GitHub Desktop.
Revisions
-
raybesiga created this gist
Aug 13, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ ## To copy a file from remote to local `scp user@remote:/foo/bar/folder /home/bar/folder` ## To copy a folder from remote to local `scp -r user@remote:/foo/bar/folder /home/bar/folder` This uses a recursive copy