What version of PHP have you installed? What OS are you running?

http://us2.php.net/manual/en/ref.ftp.php says:

QUOTE
In order to use FTP functions with your PHP configuration, you should add
the --enable-ftp option when installing PHP 4 or --with-ftp when using PHP
3.
The windows version of PHP has built in support for this extension. You do
not need to load any additional extension in order to use these functions.
UNQUOTE

Also, try running phpinfo() on your system and see what it has to say about
ftp.

HTH,

Shaunak

----- Original Message ----- 
From: "Mrs. Geeta Thanu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 06, 2004 8:48 PM
Subject: [PHP] PhP to work with ftp


> Hi all,
>
> I have installed PHP to work with apache and is working fine.
> Now I want to upgrade this PHP to support FTP also.
> Should I have to Install now from the begining.
>
> configure --with-mysql --with-apxs=/users/apache/bin/apxs
>
> I have configured PHP with the above parameters.
>
> Now should I have to again redo it with including
> --enable-ftp also.
>
> Pls help
> Thanks
> Geetha
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

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

Reply via email to