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.
|
|
Open Terminal, type
Then save and quit by pressing This will run the |
|||||||||||
|
|
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. |
|||||||
|