1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:46:02 +02:00

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}}`