[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.71 and 1.72

version 1.71, 2009/08/12 06:31:42 version 1.72, 2009/08/13 01:11:19
Line 35 
Line 35 
 .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
   .Op Fl D Ar sftp_server_path
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl i Ar identity_path  .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 port
 .Op Fl R Ar num_requests  .Op Fl R Ar num_requests
 .Op Fl S Ar program  .Op Fl S Ar program
 .Op Fl s Ar subsystem | sftp_server  .Op Fl s Ar subsystem | sftp_server
Line 140 
Line 141 
 Selects the cipher to use for encrypting the data transfers.  Selects the cipher to use for encrypting the data transfers.
 This option is directly passed to  This option is directly passed to
 .Xr ssh 1 .  .Xr ssh 1 .
   .It Fl D Ar sftp_server_path
   Connect directly to a local sftp server
   (rather than via
   .Xr ssh 1 ) .
   This option may be useful in debugging the client and server.
 .It Fl F Ar ssh_config  .It Fl F Ar ssh_config
 Specifies an alternative  Specifies an alternative
 per-user configuration file for  per-user configuration file for
Line 215 
Line 221 
 .It UserKnownHostsFile  .It UserKnownHostsFile
 .It VerifyHostKeyDNS  .It VerifyHostKeyDNS
 .El  .El
 .It Fl P Ar sftp_server_path  .It Fl P Ar port
 Connect directly to a local sftp server  Specifies the port to connect to on the remote host.
 (rather than via  
 .Xr ssh 1 ) .  
 This option may be useful in debugging the client and server.  
 .It Fl q  .It Fl q
 Quiet mode: disables the progress meter as well as warning and  Quiet mode: disables the progress meter as well as warning and
 diagnostic messages from  diagnostic messages from

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72