I am currently working on a site that requires periodic download of data from other sites. For this I have been trying to find some way to make the server automatically download the data every few hours.
Any suggestions on how I might get started? Right now we have to do it via a small desktop application I wrote which executes the script every hour.