summaryrefslogtreecommitdiff
path: root/sftp.0
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.0')
-rw-r--r--sftp.017
1 files changed, 14 insertions, 3 deletions
diff --git a/sftp.0 b/sftp.0
index 0cb4ac35b..746a410f2 100644
--- a/sftp.0
+++ b/sftp.0
@@ -72,7 +72,9 @@ DESCRIPTION
72 Compression 72 Compression
73 CompressionLevel 73 CompressionLevel
74 ConnectionAttempts 74 ConnectionAttempts
75 ConnectionTimeout 75 ConnectTimeout
76 ControlMaster
77 ControlPath
76 GlobalKnownHostsFile 78 GlobalKnownHostsFile
77 GSSAPIAuthentication 79 GSSAPIAuthentication
78 GSSAPIDelegateCredentials 80 GSSAPIDelegateCredentials
@@ -95,6 +97,7 @@ DESCRIPTION
95 PubkeyAuthentication 97 PubkeyAuthentication
96 RhostsRSAAuthentication 98 RhostsRSAAuthentication
97 RSAAuthentication 99 RSAAuthentication
100 SendEnv
98 ServerAliveInterval 101 ServerAliveInterval
99 ServerAliveCountMax 102 ServerAliveCountMax
100 SmartcardDevice 103 SmartcardDevice
@@ -173,7 +176,15 @@ INTERACTIVE COMMANDS
173 Display remote directory listing of either path or current 176 Display remote directory listing of either path or current
174 directory if path is not specified. If the -l flag is speci- 177 directory if path is not specified. If the -l flag is speci-
175 fied, then display additional details including permissions 178 fied, then display additional details including permissions
176 and ownership information. 179 and ownership information. The -n flag will produce a long
180 listing with user and group information presented numerical-
181 ly.
182
183 By default, ls listings are sorted in lexicographical order.
184 This may be changed by specifying the -S (sort by file size),
185 -t (sort by last modification time), or -f (don't sort at
186 all) flags. Additionally, the sort order may be reversed us-
187 ing the -r flag.
177 188
178 lumask umask 189 lumask umask
179 Set local umask to umask. 190 Set local umask to umask.
@@ -218,4 +229,4 @@ SEE ALSO
218 T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- 229 T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh-
219 filexfer-00.txt, January 2001, work in progress material. 230 filexfer-00.txt, January 2001, work in progress material.
220 231
221OpenBSD 3.5 February 4, 2001 4 232OpenBSD 3.6 February 4, 2001 4