CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/12/15 20:40:03
Modified files:
usr.bin/ssh : sftp.c sftp.1 sftp-client.c scp.c scp.1
Log message:
add a -X option to both scp(1) and sftp(1) to allow control over
some SFTP protocol knobs: the copy buffer length and the number of
inflight requests, both of which are used during upload/download.
Previously these could be controlled in sftp(1) using the -b/-R options.
This makes them available in both SFTP protocol clients using the same
option character sequence.
ok dtucker@