Merge pull request #843 from smevawala/sftp

Sftp
This commit is contained in:
Felix Yan
2016-04-03 00:45:20 -05:00

View File

@@ -20,6 +20,10 @@
`put {{/path/local_file}}`
- Transfer remote folder to the local system recursively (works with `put` too):
`get -R {{/path/remote_folder}}`
- Get list of files on local machine:
`lls`