Question...

From: Boris (boris.kovacevic_at_hpb.hr)
Date: 08/31/04


Date: Tue, 31 Aug 2004 12:48:57 +0200

Trying to fopen file to another server (all in my LAN)...

In PHP script I put this:

fopen(ftp://username:password@server_name/$ftp_file, "w") but always I
receive an error:

"Warning: fopen(ftp://...@server_name/$ftp_file): failed to open stream: FTP
server reports 530 Login incorrect.

What's wrong ?

Thanks to all