[BACK]Return to sftp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp.1 between version 1.92 and 1.93

version 1.92, 2013/07/25 00:56:51 version 1.93, 2013/08/06 23:05:01
Line 31 
Line 31 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp  .Nm sftp
 .Bk -words  .Bk -words
 .Op Fl 1246Cpqrv  .Op Fl 1246Capqrv
 .Op Fl B Ar buffer_size  .Op Fl B Ar buffer_size
 .Op Fl b Ar batchfile  .Op Fl b Ar batchfile
 .Op Fl c Ar cipher  .Op Fl c Ar cipher
Line 114 
Line 114 
 Larger buffers require fewer round trips at the cost of higher  Larger buffers require fewer round trips at the cost of higher
 memory consumption.  memory consumption.
 The default is 32768 bytes.  The default is 32768 bytes.
   .It Fl a
   Attempt to continue interrupted downloads rather than overwriting existing
   partial or complete copies of files.
   If the remote file contents differ from the partial local copy then the
   resultant file is likely to be corrupt.
 .It Fl b Ar batchfile  .It Fl b Ar batchfile
 Batch mode reads a series of commands from an input  Batch mode reads a series of commands from an input
 .Ar batchfile  .Ar batchfile
Line 368 
Line 373 
 flag is specified, then attempt to resume partial transfers of existing files.  flag is specified, then attempt to resume partial transfers of existing files.
 Note that resumption assumes that any partial copy of the local file matches  Note that resumption assumes that any partial copy of the local file matches
 the remote copy.  the remote copy.
 If the remote file differs from the partial local copy then the resultant file  If the remote file contents differ from the partial local copy then the
 is likely to be corrupt.  resultant file is likely to be corrupt.
 .Pp  .Pp
 If either the  If either the
 .Fl P  .Fl P

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93