erickutcher / httpdownloader

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

File Extension for In Progress Downloads #124

Closed hl2guide closed 3 years ago

hl2guide commented 4 years ago

Please consider having a different file extension for files that are in progress.

Some examples of other programs that do this: MEGASync: .mega Google Chrome: .part

Maybe something like:

That way without looking at the application we can see in Windows Explorer which files are in progress and which have completed.

erickutcher commented 4 years ago

I considered this before, but I don't like having extra file extensions. The compromise was to use a temporary download folder which can be enabled in the Advanced options.