1
0
Fork 0
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:
Shivam Mevawala 2016-04-01 10:47:57 -04:00
parent 0652094736
commit 6d98095dc1

View file

@ -20,9 +20,9 @@
`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: