[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.27 and 1.28

version 1.27, 2002/02/04 21:53:11 version 1.28, 2002/02/05 00:00:46
Line 31 
Line 31 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp  .Nm sftp
 .Op Fl 1Cv  .Op Fl 1Cv
   .Op Fl B Ar buffer_size
 .Op Fl b Ar batchfile  .Op Fl b Ar batchfile
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
Line 66 
Line 67 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl 1  .It Fl 1
 Specify the use of protocol version 1.  Specify the use of protocol version 1.
   .It Fl B Ar buffer_size
   Specify  the size of the buffer that
   .Nm
   uses when transferring files. Larger buffers require fewer round trips at
   the cost of higher memory consumption. The default is 32768 bytes.
 .It Fl P Ar sftp_server path  .It Fl P Ar sftp_server path
 Connect directly to a local  Connect directly to a local
 .Nm sftp-server  .Nm sftp-server

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28