Ernest E Vogelsinger wrote...

> $fp = ftp_connect("$ftphost");
> if ($fp) {
>       $login = ftp_login ($fp, $user, $pass);
>       ftp_delete ($fp, $ftpfile);
>       ftp_quit($fp);
> }
> else die('Cannot connect to FTP');

So, DreamHost doesn't appear to have compiled PHP with FTP support.  Can
anyone recommend a great FTP class?  (I'm not exciting about doing this via
sockets, but I will if I have to...)

Thanks!

-- Charles


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to