Archived Forum Post

Index of archived forum posts

Question:

Resume aborted download

Jul 17 '15 at 08:47

Hello!

I use DownloadTreeAsync to download a folder from a FTP server. Is there a way to resume the download if it gest aborted for any reason? (for example connection is lost)


Answer

The solution is to use synclocalTree with mode set at 6.

this will only download missing or new files.


Answer

Not sure if there is any automated method, but you can use the BeginDownloadFile event to skip files that you have already downloaded by setting the Skip parameter to 1.