summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authordjm <djm>2002-09-11 23:54:25 +0000
committerdjm <djm>2002-09-11 23:54:25 +0000
commitd5e2ec023d77b0fce6102d2168aa2cb09a84c95a (patch)
treea804ed1de3d515000fedcd494e0de1609df0d0a7 /sftp.1
parent5238d9c1056e42e5554b7425185e4b97e7a82993 (diff)
downloadopenssh-d5e2ec023d77b0fce6102d2168aa2cb09a84c95a.tar.gz
- 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 'sftp.1')
-rw-r--r--sftp.112
1 files changed, 9 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index 0e6d741a..33ceb659 100644
--- a/sftp.1
+++ b/sftp.1
@@ -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 .