Hey there,
I have to download file from an outside server every 5 minutes and put the data back into my database. I wanna know is there a way to do all these automatically sinceit's quite impossible to do it manually every 5 minutes.
Thanks
Download file from FTP and Update to MySql
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Download file from FTP and Update to MySql
On Unix system you could use cron to do this. Search for cron or crontab to get examples.
(#10850)
Re: Download file from FTP and Update to MySql
But Im not using Unix-based, but window-based. Is there a way to do it as well? Thanks
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US