diff --git a/pages/common/sftp.md b/pages/common/sftp.md index 47c1c98178..f8135ef65f 100644 --- a/pages/common/sftp.md +++ b/pages/common/sftp.md @@ -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`