summaryrefslogtreecommitdiff
path: root/sftp.0
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.0')
-rw-r--r--sftp.016
1 files changed, 12 insertions, 4 deletions
diff --git a/sftp.0 b/sftp.0
index ee2691f4a..965e1fa18 100644
--- a/sftp.0
+++ b/sftp.0
@@ -43,8 +43,8 @@ DESCRIPTION
43 batchfile of `-' may be used to indicate standard input. sftp 43 batchfile of `-' may be used to indicate standard input. sftp
44 will abort if any of the following commands fail: get, put, 44 will abort if any of the following commands fail: get, put,
45 rename, ln, rm, mkdir, chdir, ls, lchdir, chmod, chown, chgrp, 45 rename, ln, rm, mkdir, chdir, ls, lchdir, chmod, chown, chgrp,
46 lpwd and lmkdir. Termination on error can be suppressed on a 46 lpwd, df, and lmkdir. Termination on error can be suppressed on
47 command by command basis by prefixing the command with a `-' 47 a command by command basis by prefixing the command with a `-'
48 character (for example, -rm /tmp/blah*). 48 character (for example, -rm /tmp/blah*).
49 49
50 -C Enables compression (via ssh's -C flag). 50 -C Enables compression (via ssh's -C flag).
@@ -117,7 +117,7 @@ DESCRIPTION
117 -R num_requests 117 -R num_requests
118 Specify how many requests may be outstanding at any one time. 118 Specify how many requests may be outstanding at any one time.
119 Increasing this may slightly improve file transfer speed but will 119 Increasing this may slightly improve file transfer speed but will
120 increase memory usage. The default is 16 outstanding requests. 120 increase memory usage. The default is 64 outstanding requests.
121 121
122 -S program 122 -S program
123 Name of the program to use for the encrypted connection. The 123 Name of the program to use for the encrypted connection. The
@@ -155,6 +155,14 @@ INTERACTIVE COMMANDS
155 Change owner of file path to own. path may contain glob(3) char- 155 Change owner of file path to own. path may contain glob(3) char-
156 acters and may match multiple files. own must be a numeric UID. 156 acters and may match multiple files. own must be a numeric UID.
157 157
158 df [-hi] [path]
159 Display usage information for the filesystem holding the current
160 directory (or path if specified). If the -h flag is specified,
161 the capacity information will be displayed using "human-readable"
162 suffixes. The -i flag requests display of inode information in
163 addition to capacity information. This command is only supported
164 on servers that implement the ``statvfs@openssh.com'' extension.
165
158 exit Quit sftp. 166 exit Quit sftp.
159 167
160 get [-P] remote-path [local-path] 168 get [-P] remote-path [local-path]
@@ -263,4 +271,4 @@ SEE ALSO
263 T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- 271 T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh-
264 filexfer-00.txt, January 2001, work in progress material. 272 filexfer-00.txt, January 2001, work in progress material.
265 273
266OpenBSD 4.2 June 5, 2007 4 274OpenBSD 4.4 July 15, 2008 5