mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 19:55:45 +02:00
sftp: added -R example
This commit is contained in:
parent
0652094736
commit
6d98095dc1
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@
|
||||||
|
|
||||||
`put {{/path/local_file}}`
|
`put {{/path/local_file}}`
|
||||||
|
|
||||||
- Transfer remote file to the local system recursively (works with `put` too):
|
- Transfer remote folder to the local system recursively (works with `put` too):
|
||||||
|
|
||||||
`get -R {{/path/remote_file}}`
|
`get -R {{/path/remote_folder}}`
|
||||||
|
|
||||||
- Get list of files on local machine:
|
- Get list of files on local machine:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue