Re: [PHP] Push file to FTP Server

2004-10-06 Thread Matt M.
> Does anyone know how I might be able to have php push a file to an FTP > server? did you look in the manual or even try google? http://us4.php.net/ftp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Push file to FTP Server

2004-10-06 Thread John Nichel
Aaron Todd wrote: Does anyone know how I might be able to have php push a file to an FTP server? Thanks, Aaron http://us4.php.net/ftp -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

Re: [PHP] Push file to FTP Server

2004-10-06 Thread Aaron Gould
Aaron Todd wrote: Does anyone know how I might be able to have php push a file to an FTP server? If you configure PHP with --enable-ftp, you'll have a bunch of FTP functions at your disposal, including PUT: http://ca.php.net/ftp -- Aaron Gould Parts Canada - Web Developer -- PHP General Mai