Reversed directory->folder, header microcopy

This commit is contained in:
Alexander Jegtnes
2014-01-30 14:26:55 +00:00
parent 8620b27b03
commit 836da6c5d7

View File

@@ -11,7 +11,7 @@
`scp {{/local/file.txt}} {{10.0.0.1}}:{{/remote/path/newname.txt}}`
- upload a folder
- upload a directory
`scp -r {{/local/folder}} {{10.0.0.1}}:{{/remote/path/}}`
@@ -19,11 +19,11 @@
`scp {{10.0.0.1}}:{{/remote/path/file.txt}} {{/local/folder}}`
- download a folder
- download a directory
`scp -r {{10.0.0.1}}:{{/remote/path}} {{/local/folder}}`
- specify credentials
- specify username on host
`scp {{/local/file.txt}} {{my_user}}@{{10.0.0.1}}:{{/remote/path}}`