1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 22:44:54 +02:00

Merge pull request #843 from smevawala/sftp

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

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`