Skip to content

Instantly share code, notes, and snippets.

@scwood
Created January 31, 2019 22:05
Show Gist options
  • Save scwood/ef061c3c33a20d9630629d06e1fc2d5e to your computer and use it in GitHub Desktop.
Save scwood/ef061c3c33a20d9630629d06e1fc2d5e to your computer and use it in GitHub Desktop.
scp example
$ 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