On Wed, Mar 28, 2001 at 12:30:06PM +0200, Mauro Biraghi wrote:

> How can I do FTP without FTP module?
> Thanks.

You can open files over FTP with the fopen wrappers, however this will
only work for connecting to FTP servers that support passive mode.

http://www.php.net/manual/en/function.fopen.php

Matt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to