~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to sftp.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-09-30 23:09:58 UTC
  • mfrom: (1.13.3 upstream) (29 hardy)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20080930230958-o6vsgn8c4mm959s0
Tags: 1:5.1p1-3
* Remove unnecessary ssh-vulnkey output in non-verbose mode when no
  compromised or unknown keys were found (closes: #496495).
* Configure with --disable-strip; dh_strip will deal with stripping
  binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link;
  closes: #498681).
* Fix handling of zero-length server banners (thanks, Tomas Mraz; closes:
  #497026).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $OpenBSD: sftp.1,v 1.63 2006/01/20 00:14:55 dtucker Exp $
 
1
.\" $OpenBSD: sftp.1,v 1.67 2008/07/15 02:23:14 djm Exp $
2
2
.\"
3
3
.\" Copyright (c) 2001 Damien Miller.  All rights reserved.
4
4
.\"
22
22
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23
23
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
24
.\"
25
 
.Dd February 4, 2001
 
25
.Dd $Mdocdate: July 15 2008 $
26
26
.Dt SFTP 1
27
27
.Os
28
28
.Sh NAME
112
112
commands fail:
113
113
.Ic get , put , rename , ln ,
114
114
.Ic rm , mkdir , chdir , ls ,
115
 
.Ic lchdir , chmod , chown , chgrp , lpwd
 
115
.Ic lchdir , chmod , chown ,
 
116
.Ic chgrp , lpwd , df ,
116
117
and
117
118
.Ic lmkdir .
118
119
Termination on error can be suppressed on a command by command basis by
203
204
Specify how many requests may be outstanding at any one time.
204
205
Increasing this may slightly improve file transfer speed
205
206
but will increase memory usage.
206
 
The default is 16 outstanding requests.
 
207
The default is 64 outstanding requests.
207
208
.It Fl S Ar program
208
209
Name of the
209
210
.Ar program
272
273
characters and may match multiple files.
273
274
.Ar own
274
275
must be a numeric UID.
 
276
.It Xo Ic df
 
277
.Op Fl hi
 
278
.Op Ar path
 
279
.Xc
 
280
Display usage information for the filesystem holding the current directory
 
281
(or
 
282
.Ar path
 
283
if specified).
 
284
If the
 
285
.Fl h
 
286
flag is specified, the capacity information will be displayed using
 
287
"human-readable" suffixes.
 
288
The
 
289
.Fl i
 
290
flag requests display of inode information in addition to capacity information.
 
291
This command is only supported on servers that implement the
 
292
.Dq statvfs@openssh.com
 
293
extension.
275
294
.It Ic exit
276
295
Quit
277
296
.Nm sftp .