sftp: added -R example

This commit is contained in:
Shivam Mevawala
2016-04-01 10:46:33 -04:00
parent 99c8b2326e
commit 0652094736

View File

@@ -20,6 +20,10 @@
`put {{/path/local_file}}` `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: - Get list of files on local machine:
`lls` `lls`