Re: [PHP] Problem with FTP and fopen

2003-02-11 Thread Robin Mordasiewicz
no sure if this helps but i had a similar problem with php < 4.3 . Afeter upgrading from 4.2.3 ftp worked fine. On 11 Feb 2003, Adam Voigt wrote: > I don't think PHP checks to see what FTPD your running, it's probably a > bug > in PureFTPD as opposed to PHP (since it works in WU). > > On Tue, 200

Re: [PHP] Problem with FTP and fopen

2003-02-11 Thread Adam Voigt
I don't think PHP checks to see what FTPD your running, it's probably a bug in PureFTPD as opposed to PHP (since it works in WU). On Tue, 2003-02-11 at 10:10, Chris Boget wrote: OK, I used the php ftp_put function successfully to upload a file. But this is not what I need.

[PHP] Problem with FTP and fopen

2003-02-11 Thread Chris Boget
OK, I used the php ftp_put function successfully to upload a file. But this is not what I need. I need to use the ftp_fput function to transfer from a file pointer. This function failed to transfer the file with Pureftp server but transfers successfully using Wu-ftp. Any ideas on why Pureftp is fai