[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.142 and 1.143

version 1.142, 2022/09/19 21:39:16 version 1.143, 2022/12/16 03:40:03
Line 44 
Line 44 
 .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
   .Op Fl X Ar sftp_option
 .Ar destination  .Ar destination
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
Line 320 
Line 321 
 .It Fl v  .It Fl v
 Raise logging level.  Raise logging level.
 This option is also passed to ssh.  This option is also passed to ssh.
   .It Fl X Ar sftp_option
   Specify an option that controls aspects of SFTP protocol behaviour.
   The valid options are:
   .Bl -tag -width Ds
   .It Cm nrequests Ns = Ns Ar value
   Controls how many concurrent SFTP read or write requests may be in progress
   at any point in time during a download or upload.
   By default 64 requests may be active concurrently.
   .It Cm buffer Ns = Ns Ar value
   Controls the maximum buffer size for a single SFTP read/write operation used
   during download or upload.
   By default a 32KB buffer is used.
   .El
 .El  .El
 .Sh INTERACTIVE COMMANDS  .Sh INTERACTIVE COMMANDS
 Once in interactive mode,  Once in interactive mode,

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143