summaryrefslogtreecommitdiff
path: root/sftp.0
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.0')
-rw-r--r--sftp.06
1 files changed, 4 insertions, 2 deletions
diff --git a/sftp.0 b/sftp.0
index 562b685e4..d0c6086ba 100644
--- a/sftp.0
+++ b/sftp.0
@@ -117,9 +117,11 @@ INTERACTIVE COMMANDS
117 117
118 lpwd Print local working directory. 118 lpwd Print local working directory.
119 119
120 ls [path] 120 ls [flags] [path]
121 Display remote directory listing of either path or current direcM-- 121 Display remote directory listing of either path or current direcM--
122 tory if path is not specified. 122 tory if path is not specified. If the -l flag is specified, then
123 display additional details including permissions and ownership
124 information.
123 125
124 lumask umask 126 lumask umask
125 Set local umask to umask. 127 Set local umask to umask.