From 065209473654b2deaee720ad27b39a824072fe0a Mon Sep 17 00:00:00 2001 From: Shivam Mevawala Date: Fri, 1 Apr 2016 10:46:33 -0400 Subject: [PATCH] sftp: added -R example --- pages/common/sftp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/sftp.md b/pages/common/sftp.md index 47c1c9817..74544fbc3 100644 --- a/pages/common/sftp.md +++ b/pages/common/sftp.md @@ -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`