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

The app doesnt update the modified date #285

Closed EternalTranquility1 closed 3 months ago

EternalTranquility1 commented 4 months ago

When i download files, the the modified date of the file remains the same as the original date set by the autor. this is makes it hard to locate recently downloaded files when sorting by date in windows explorer, as they do not show at the top of the list. Please provide an option to either update the modified date to the current date and time when a file is downloaded or keep the original date.

erickutcher commented 4 months ago

Go into the Options and select Advanced. In the Advanced options uncheck Set date and time of file from server response and then click OK.

EternalTranquility1 commented 4 months ago

Thanks! ive seen that option before but i didnt want to uncheck it because i was worried it might cause problems.