Downloading a frequently changing file

January 24th, 2020

Guys, there is a file on a server which changes frequently. In a hour or two. I need to download and maintain all the changes. I have checked IDM’s periodic synchronization, it just downloads the newer version to replace the older version. But I need to keep the older version to compare changes. Any ideas?
Answer #1
Just rename the older versions to something else.
Answer #2
Try running a bat file every 2 hours to rename the file that’s downloaded. Use the Windows task scheduler
Answer #3
Check for the hash code.
Answer #4

D r e a M wrote: Select all

Try running a bat file every 2 hours to rename the file that’s downloaded. Use the Windows task scheduler
I need to maintain the files for 24 hours. Anyway to rename the file each time it is downloaded? I mean 23 unique names.
Answer #5

D r e a M wrote: Select all

Try running a bat file every 2 hours to rename the file that's downloaded. Use the Windows task scheduler
I need to maintain the files for 24 hours. Anyway to rename the file each time it is downloaded? I mean 23 unique names.Time is unique. Use that
http://www.computerhope.com/issues/ch000987.htm
Put that in a batch file and have it run just after IDM downloads the file
Answer #6
How about downloading the file, renaming it to the Unix Timestamp at the moment? coz thats gonna be unique.
Answer #7
I am on Windows. That is one issue.
Answer #8
No one with a windows bat file to rename files based on time and date ?