[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.93 and 1.94

version 1.93, 2013/08/06 23:05:01 version 1.94, 2013/08/07 06:24:51
Line 31 
Line 31 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp  .Nm sftp
 .Bk -words  .Bk -words
 .Op Fl 1246Capqrv  .Op Fl 1246aCpqrv
 .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 107 
Line 107 
 Forces  Forces
 .Nm  .Nm
 to use IPv6 addresses only.  to use IPv6 addresses only.
   .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 buffer_size  .It Fl B Ar buffer_size
 Specify the size of the buffer that  Specify the size of the buffer that
 .Nm  .Nm
Line 114 
Line 119 
 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

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