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 Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to