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

Guest

Skipping existing files is too slow for two reasons

Hi, I'm trying to download a directory with about a million files using WinSCP 5.19.1. This takes longer than a day. So on the second day, I want to quickly skip existing files and continue downloading the other files.

However, WinSCP apparently is skipping existing files one by one extremely slowly. It skips them more slowly than it downloads them (because downloading can be done for several files in parallel). So on the second day, none of the remaining files are downloaded.

Please let WinSCP get the full file lists from both computers and compare them once with an efficient algorithm (sort both and go through them in parallel), then download the missing files. Don't compare the presence of files one by one.