Created
January 31, 2019 22:05
-
-
Save scwood/ef061c3c33a20d9630629d06e1fc2d5e to your computer and use it in GitHub Desktop.
scp example
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
$ ssh b1 | |
Last login: Thu Jan 31 15:02:56 2019 from 10.82.35.207 | |
[ops.b1-prv][swood@rampart1-app ~]$ touch test.txt | |
[ops.b1-prv][swood@rampart1-app ~]$ logout | |
Shared connection to rampart.b1-prv.qops.net closed. | |
~/workspace | |
$ scp b1:test.txt . | |
test.txt 100% 100% 0 0.0KB/s 00:00 | |
$ ls | |
test.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment