Re: [PHP] FTP without FTP module

2001-03-28 Thread Matt McClanahan
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.p

Re: [PHP] FTP without FTP module

2001-03-28 Thread elias
Maybe you can try implementing the RFC of the FTP. Using plain socket functions, reading, receivingwriting good luck. ""Mauro Biraghi"" <[EMAIL PROTECTED]> wrote in message 99se7u$906$[EMAIL PROTECTED]">news:99se7u$906$[EMAIL PROTECTED]... > How can I do FTP without FTP module? >