So with OpenSSH
sftp
you get good throughput even when downloading to S:\
?
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
sftp
you get good throughput even when downloading to S:\
?
-B
maps to SendBuf
raw session settings:
-R
maps to SFTPDownloadQueue
and SFTPUploadQueue
raw session settings, which are already higher by default, 32
and 64
respectively. And actually even OpenSSH sftp
defaults to higher 64
. Or are you saying that decreasing the requests/queue increases the transfer speed?
sftp
client is faster (~12MB/s) if I use these flags:
sftp -B 8192000 -R 16 user@host
get
.