[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.33 and 1.34

version 1.33, 2002/02/26 19:06:43 version 1.34, 2002/06/19 00:27:55
Line 100 
Line 100 
 .It Fl v  .It Fl v
 Raise logging level. This option is also passed to ssh.  Raise logging level. This option is also passed to ssh.
 .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
 uses when transferring files. Larger buffers require fewer round trips at  uses when transferring files. Larger buffers require fewer round trips at
 the cost of higher memory consumption. The default is 32768 bytes.  the cost of higher memory consumption. The default is 32768 bytes.
Line 115 
Line 115 
 This option is directly passed to  This option is directly passed to
 .Xr ssh 1 .  .Xr ssh 1 .
 .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
 (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  .It Fl R Ar num_requests
 Specify how many requests may be outstanding at any one time. Increasing  Specify how many requests may be outstanding at any one time. Increasing
 this may slightly improve file transfer speed but will increase memory  this may slightly improve file transfer speed but will increase memory
 usage. The default is 16 outstanding requests.  usage. The default is 16 outstanding requests.
 .It Fl S Ar program  .It Fl S Ar program

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34