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

OK, atm I do not have any other idea, what to try.
Bobcat00

I did the same test with the 512 MB file, and there was no significant change in download speed.
martin

Thanks.
I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
Bobcat00

OK, I tested again with a 512 MB file and timed it with my iPhone. (Transfer times were 38 to 72 seconds.) WinSCP did the same as Filezilla this time, 60 Mbits/sec. However, the built-in Win7 FTP command line did 112 Mbits/sec, which is the maximum for my Internet speed. So I wonder what they're doing differently. Buffer sizes? Multiple connections?

My post was not so much to complain about WinSCP but to ask if there's anything that can be done to make it faster. I remember when setting the TCP receive window was a big thing and could be calculated based on the maximum ping time and desired download speed. Are there any similar settings in WinSCP that could allow it to receive more data given the 35 msec ping time to the server?
martin

Re: Can I improve the download speed?

Thanks for the tests.
But for the comparison to be relevant, you need to measure the time on your own and not rely on the speed presented by the client (each may have a different algorithm to calculate it).
And for such tests, you need a transfer that takes at least dozens of seconds, and not three.
Bobcat00

Re: Can I improve the download speed?

martin wrote:

And do you have a reason to believe that you can get more than 40 Mbits/sec? Do get more in any other FTP client?

I just did some tests:
Win7 built-in FTP: 105 Mbits/sec

Filezilla:          60 Mbits/sec
WinSCP FTP:         40 Mbits/sec

For the Win7 screenshot below, 40157573 * 8 / 3.06 / 1000000 = 105 Mbits/sec
For the Filezilla screenshot, 7.3 * 8.192 = 60 Mbits/sec
martin

Re: Can I improve the download speed?

And do you have a reason to believe that you can get more than 40 Mbits/sec? Do get more in any other FTP client?
Bobcat00

Can I improve the download speed?

I'm running a script with /ini=nul to synchronize files. When I download files from the server to my client, I get about 40 Mbits/sec. The ping time to the server is around 30 msec. Is there any way to improve the download speed? I tried -rawsettings SendBuf=524288 but that didn't help. I'm using Win7 Pro.

EDIT: This is for FTP.