TS wrote:
Also... as noted in the other forum thread, try using scp instead of sftp. When I transfer to/from *nix hosts, scp is much faster, even though there's essentially no speed difference between scp and sftp for me between Windows hosts.
Disabling compression is probably advisable in your situation, as the time to compress and send the data is likely longer than the time to just send it uncompressed (if you really have a Gbit path through your network... but that doesn't jive with the 5.5Mb/s limitation you alluded to).
I'm my case I've tried Blowfish (no real change), checking if compression was on (it wasn't), and trying scp vs sftp (no real change). It seems to be unrelated to any of that or the particular machine, since Windows Vista installs and Windows XP installs are seeing the same limitation (or cap, if you will) in performance through WinSCP that isn't seen when a command line tool is used on a couple of Linux boxes (to the same server).