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: