summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
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 0e6d741a9..33ceb6596 100644
--- a/sftp.1
+++ b/sftp.1
@@ -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
205Print local working directory. 205Print 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
207Display remote directory listing of either 210Display remote directory listing of either
208.Ar path 211.Ar path
209or current directory if 212or current directory if
210.Ar path 213.Ar path
211is not specified. 214is not specified. If the
215.Fl l
216flag is specified, then display additional details including permissions
217and ownership information.
212.It Ic lumask Ar umask 218.It Ic lumask Ar umask
213Set local umask to 219Set local umask to
214.Ar umask . 220.Ar umask .