mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
sftp: added -R example
This commit is contained in:
parent
99c8b2326e
commit
0652094736
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
|
||||
`put {{/path/local_file}}`
|
||||
|
||||
- Transfer remote file to the local system recursively (works with `put` too):
|
||||
|
||||
`get -R {{/path/remote_file}}`
|
||||
|
||||
- Get list of files on local machine:
|
||||
|
||||
`lls`
|
||||
|
|
Loading…
Add table
Reference in a new issue