Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

It controls for how much data will WinSCP ask the server for before waiting for a response. With high latency connections (in your case the slow network drive has the same effect as a high latency), higher value is needed to saturate the bandwidth.
fletchowns

Thanks Martin! I'll play around with different values and see how it goes. What does SFTPDownloadQueue do exactly? What's the default value? What's considered a really high value?
martin

Thanks for your feedback. You can try even larger value.
fletchowns

Thanks Martin! That seems to have helped. Transfer speed increased from 5 MB/s to 26 MB/s when downloading a file over SFTP to the Samba share. Seems like something still isn't quite right though, because downloading to SSD is still much faster, consistently getting 90MB/s with that test now after many test runs.
fletchowns

Attached the log repeating the same steps but with Debug 1 logging. Thanks again!
fletchowns

Re: Slow download speed when saving to network drive

Attached a session log of first downloading 1GB file to Desktop folder (SSD) at 30 MB/s and then downloading to Z:\ (network drive) at about 5 MB/s. Thanks for taking a look!
martin

Re: Slow download speed when saving to network drive

Please post session log files both for the download to SSD and the network drive.
fletchowns

Slow download speed when saving to network drive

Client side is Windows 10 running WinSCP 5.17.10. Server side is Debian 10. I've got a network drive mapped in Windows and noticed that when downloading to the network drive (Samba), speed tops out at 5 MB/s. However, if I download to SSD instead, I'm getting 50 MB/s.

As a quick sanity check I tried Windows file copy from the SSD to the network drive and it saturates the 1 Gbps link @ 107 MB/s.

I tried toggling "Optimize connection buffer size", and "Enable compression" but didn't see any improvement.

I tried the same test with FileZilla and got 50MB/s whether it's downloading to the SSD or to the network drive. However, I'd prefer to use WinSCP because of the nice scripting capabilities.

Is there any way I can improve the transfer speed when saving to a networked drive? Thanks!