erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

When using a temporary directory to download file, the existence of the file is only checked after the file has been downloaded #151

Closed char101 closed 3 years ago

char101 commented 3 years ago

Hi,

When using a temporary directory to download file, the existence of the file is only checked after the file has been downloaded. This waste bandwidth and could be improved by checking the existence of the output file before downloading.

Thanks.

erickutcher commented 3 years ago

I can see the merit in that. I'll see what I can do.