1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:33:33 +02:00

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}}`
- 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`