[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.69 and 1.70

version 1.69, 2008/12/09 15:35:00 version 1.70, 2009/08/12 00:13:00
Line 31 
Line 31 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp  .Nm sftp
 .Bk -words  .Bk -words
 .Op Fl 1Cv  .Op Fl 1246Cqv
 .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 F Ar ssh_config  .Op Fl F Ar ssh_config
   .Op Fl i Ar identity_path
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
 .Op Fl P Ar sftp_server_path  .Op Fl P Ar sftp_server_path
 .Op Fl R Ar num_requests  .Op Fl R Ar num_requests
Line 87 
Line 89 
 .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 2
   Specify the use of protocol version 2.
   .It Fl 4
   Forces
   .Nm
   to use IPv4 addresses only.
   .It Fl 6
   Forces
   .Nm
   to use IPv6 addresses only.
 .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 120 
Line 132 
 .Sq \-  .Sq \-
 character (for example,  character (for example,
 .Ic -rm /tmp/blah* ) .  .Ic -rm /tmp/blah* ) .
   .It Fl c Ar cipher
   Selects the cipher to use for encrypting the data transfers.
   This option is directly passed to
   .Xr ssh 1 .
 .It Fl C  .It Fl C
 Enables compression (via ssh's  Enables compression (via ssh's
 .Fl C  .Fl C
Line 130 
Line 146 
 .Xr ssh 1 .  .Xr ssh 1 .
 This option is directly passed to  This option is directly passed to
 .Xr ssh 1 .  .Xr ssh 1 .
   .It Fl i Ar identity_file
   Selects the file from which the identity (private key) for public key
   authentication is read.
   This option is directly passed to
   .Xr ssh 1 .
 .It Fl o Ar ssh_option  .It Fl o Ar ssh_option
 Can be used to pass options to  Can be used to pass options to
 .Nm ssh  .Nm ssh
Line 199 
Line 220 
 (rather than via  (rather than via
 .Xr ssh 1 ) .  .Xr ssh 1 ) .
 This option may be useful in debugging the client and server.  This option may be useful in debugging the client and server.
   .It Fl q
   Quiet mode: disables the progress meter as well as warning and
   diagnostic messages from
   .Xr ssh 1 .
 .It Fl R Ar num_requests  .It Fl R Ar num_requests
 Specify how many requests may be outstanding at any one time.  Specify how many requests may be outstanding at any one time.
 Increasing this may slightly improve file transfer speed  Increasing this may slightly improve file transfer speed

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70