Hi,
I am coding a client web ftp with php4.
I have got a little and a big problem.
My little one is that, i am obliged to connect to ftp server each time i submit my page. Isn't it possible not to do it ?
Now, my big problem is that server tells me : "error opening 'myfile' in 'my php page' on line 'line'" when the client is windows.
This line is : ftp_put(1, $f_remote, $f_local, FTP_ASCII);
Moreover, my ftp connection is anonymous one.
Thanks a lot to help me
Shadoc