diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-12 01:54:25 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-12 01:54:25 +0200 |
commit | e1a49817078a22056be87cde74467d52583e9ea1 (patch) | |
tree | 1ad843d67b9e1ebaf49a91be0004aed57485c3db /sftp.1 | |
parent | - stevesk@cvs.openbsd.org 2002/09/11 18:27:26 (diff) | |
download | openssh-e1a49817078a22056be87cde74467d52583e9ea1.tar.xz openssh-e1a49817078a22056be87cde74467d52583e9ea1.zip |
- djm@cvs.openbsd.org 2002/09/11 22:41:50
[sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h]
[sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c]
support for short/long listings and globbing in "ls"; ok markus@
Diffstat (limited to '')
-rw-r--r-- | sftp.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.35 2002/06/20 20:00:05 stevesk Exp $ +.\" $OpenBSD: sftp.1,v 1.36 2002/09/11 22:41:50 djm Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -203,12 +203,18 @@ to .Ar newpath . .It Ic lpwd Print local working directory. -.It Ic ls Op Ar path +.It Xo Ic ls +.Op Ar flags +.Op Ar path +.Xc Display remote directory listing of either .Ar path or current directory if .Ar path -is not specified. +is not specified. If the +.Fl l +flag is specified, then display additional details including permissions +and ownership information. .It Ic lumask Ar umask Set local umask to .Ar umask . |