I have a HTTP URL of a file. Is there a simple way to schedule a periodic download of that file (say, every 24 hours) to a certain location on disk, thus overwriting the previous version?
Possibly by using Windows scheduler, and not having to install yet another bloated program just to do this simple task.