[BACK]Return to scp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.1 between version 1.110 and 1.111

version 1.110, 2022/09/19 21:39:16 version 1.111, 2022/12/16 03:40:03
Line 28 
Line 28 
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
 .Op Fl P Ar port  .Op Fl P Ar port
 .Op Fl S Ar program  .Op Fl S Ar program
   .Op Fl X Ar sftp_option
 .Ar source ... target  .Ar source ... target
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
Line 278 
Line 279 
 to print debugging messages about their progress.  to print debugging messages about their progress.
 This is helpful in  This is helpful in
 debugging connection, authentication, and configuration problems.  debugging connection, authentication, and configuration problems.
   .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 EXIT STATUS  .Sh EXIT STATUS
 .Ex -std scp  .Ex -std scp

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111