I find SFTP very slow in WinSCP, especially when many small files have to be transferred. Will FTP via SSH tunnel be faster?

link|improve this question
Probably not. But it would be nice to see some speed measurements from you. – mailq Oct 28 '11 at 11:25
feedback

1 Answer

up vote 1 down vote accepted

Tunneling FTP through SSH will add another layer of overhead to the process.

You're probably better off sticking with using SFTP.

Perhaps you should try switching your WinSCP to SCP mode and see if it improves performance.

link|improve this answer
Thanks! Yes, it's a bit faster with SCP, but not a big difference. – Vitaly Oct 28 '11 at 11:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.