summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.125
1 files changed, 23 insertions, 2 deletions
diff --git a/sftp.1 b/sftp.1
index b2cab0cda..3b035b1d4 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.52 2004/03/05 10:53:58 markus Exp $ 1.\" $OpenBSD: sftp.1,v 1.57 2004/06/21 22:41:31 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -153,7 +153,9 @@ For full details of the options listed below, and their possible values, see
153.It Compression 153.It Compression
154.It CompressionLevel 154.It CompressionLevel
155.It ConnectionAttempts 155.It ConnectionAttempts
156.It ConnectionTimeout 156.It ConnectTimeout
157.It ControlMaster
158.It ControlPath
157.It GlobalKnownHostsFile 159.It GlobalKnownHostsFile
158.It GSSAPIAuthentication 160.It GSSAPIAuthentication
159.It GSSAPIDelegateCredentials 161.It GSSAPIDelegateCredentials
@@ -176,6 +178,7 @@ For full details of the options listed below, and their possible values, see
176.It PubkeyAuthentication 178.It PubkeyAuthentication
177.It RhostsRSAAuthentication 179.It RhostsRSAAuthentication
178.It RSAAuthentication 180.It RSAAuthentication
181.It SendEnv
179.It ServerAliveInterval 182.It ServerAliveInterval
180.It ServerAliveCountMax 183.It ServerAliveCountMax
181.It SmartcardDevice 184.It SmartcardDevice
@@ -300,6 +303,24 @@ If the
300.Fl l 303.Fl l
301flag is specified, then display additional details including permissions 304flag is specified, then display additional details including permissions
302and ownership information. 305and ownership information.
306The
307.Fl n
308flag will produce a long listing with user and group information presented
309numerically.
310.Pp
311By default,
312.Ic ls
313listings are sorted in lexicographical order.
314This may be changed by specifying the
315.Fl S
316(sort by file size),
317.Fl t
318(sort by last modification time), or
319.Fl f
320(don't sort at all) flags.
321Additionally, the sort order may be reversed using the
322.Fl r
323flag.
303.It Ic lumask Ar umask 324.It Ic lumask Ar umask
304Set local umask to 325Set local umask to
305.Ar umask . 326.Ar umask .