[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.29 and 1.30

version 1.29, 2002/02/06 14:22:42 version 1.30, 2002/02/12 12:32:27
Line 37 
Line 37 
 .Op Fl B Ar buffer_size  .Op Fl B Ar buffer_size
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl P Ar sftp_server path  .Op Fl P Ar sftp_server path
   .Op Fl R Ar num_requests
 .Op Fl S Ar program  .Op Fl S Ar program
 .Ar host  .Ar host
 .Nm sftp  .Nm sftp
Line 118 
Line 119 
 (rather than via  (rather than via
 .Nm ssh )  .Nm ssh )
 This option may be useful in debugging the client and server.  This option may be useful in debugging the client and server.
   .It Fl R Ar num_requests
   Specify how many requests may be outstanding at any one time. Increasing
   this may slightly improve file transfer speed but will increase memory
   usage. The default is 16 outstanding requests.
 .It Fl S Ar program  .It Fl S Ar program
 Name of the  Name of the
 .Ar program  .Ar program

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30