diff options
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.35 2002/06/20 20:00:05 stevesk Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.36 2002/09/11 22:41:50 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -203,12 +203,18 @@ to | |||
203 | .Ar newpath . | 203 | .Ar newpath . |
204 | .It Ic lpwd | 204 | .It Ic lpwd |
205 | Print local working directory. | 205 | Print local working directory. |
206 | .It Ic ls Op Ar path | 206 | .It Xo Ic ls |
207 | .Op Ar flags | ||
208 | .Op Ar path | ||
209 | .Xc | ||
207 | Display remote directory listing of either | 210 | Display remote directory listing of either |
208 | .Ar path | 211 | .Ar path |
209 | or current directory if | 212 | or current directory if |
210 | .Ar path | 213 | .Ar path |
211 | is not specified. | 214 | is not specified. If the |
215 | .Fl l | ||
216 | flag is specified, then display additional details including permissions | ||
217 | and ownership information. | ||
212 | .It Ic lumask Ar umask | 218 | .It Ic lumask Ar umask |
213 | Set local umask to | 219 | Set local umask to |
214 | .Ar umask . | 220 | .Ar umask . |