upload files to your server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tom.leconye
Forum Newbie
Posts: 1
Joined: Tue Sep 22, 2009 7:07 am

upload files to your server

Post by tom.leconye »

http://www.trap17.com/index.php/Php-Pro ... g_f59.html
Hello

I seek for a automatic php script , can be able to upload files from public area of web to a specific location in my server, for example, automatically upload "index.htm" from :"http://example.com/index.htm" to "/public_html/updates/" and repeat this action evry 10 minutes.and also when I close my browser it remains active on server.
Any ideas?
User avatar
deejay
Forum Contributor
Posts: 201
Joined: Wed Jan 22, 2003 3:33 am
Location: Cornwall

Re: upload files to your server

Post by deejay »

google 'cron job' - i reckon that may be a good place to start.
Post Reply