Click to See Complete Forum and Search --> : Scheduling FTP Uploads Daily:: PHP/Pear?


broncozr
07-02-2008, 09:49 PM
I would like to schedule daily, FTP uploads from a home computer to a web host (mp3 files). I'm familiar with using Windows scheduler to run a .php file at a particular time, and I'm good with the Apache/PHP setup on a home computer. I'm wondering if there is a Pear module that would manage the uploading of 6 files (about 50 mB), or would I need to write the program myself? On the face of it, I'm thinking that the monitoring of progress would be the most difficult aspect if I write it myself?

Any suggestions?

NogDog
07-02-2008, 11:29 PM
http://pear.php.net/package/Net_FTP looks to be the PEAR answer. I've not used it so have no opinion what you might gain from using it versus writing your own using the PHP FTP functions (http://www.php.net/ftp).