소스 검색

sftp: added -R example

Shivam Mevawala 9 년 전
부모
커밋
6d98095dc1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/common/sftp.md

+ 2 - 2
pages/common/sftp.md

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