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
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?
>
2 matches
Mail list logo