I'd like to setup a cron job to auto weekly download a file from my web hosting. I'm running OS X.6.8.
I want to specify the folder that the file downloads into.
How can this be done? I just want to overwrite the same file each time.
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Open Terminal, type
Then save and quit by pressing This will run the | |||||||||||
feedback
|
|
wget with cron should work
This would download the file every 5 minutes. I have been informed that OS X does not include wget by default so this may not be the best solution. | |||||
|
feedback
|