Hi all,
I developed a file download/upload web site for internal use. I used PHP+MYSql and I am using ftp_get and ftp_put command to downlod/upload files. I activated my system as webserver (OminiHttpd). In my system it is downloading and uploading working correctly. But in client sysem when I used this, it is uploading correctly but not downloading the file. The return value is giving true. Can any one able to help me. Please....
I used following code.
$down=ftp_get($conn_id,"c:\client\123.wav","incoming/123.wav");
Please help me fast
anil
anilsoft@hotmail.com