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:
parent
8620b27b03
commit
836da6c5d7
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue