Hi,
This is my third mail regarding ftp_get command. This is this is my first project in php+mysql. I was using asp, I am trying to shift from asp to php. But now I thinking go back to php, because I will lose my job.
I tell my problem. I using ftp_get command to download files from server to client. But when client download the file, the file will download in server.
eg. ftp_get("c:\client\123.WAV","incoming/123.WAV",FTP_BINARY);
If I use this command the 123.WAV file will download to server c:\client directory instead of client system c:\client.
I am using PHP+MySQL+OmniHttpd. My server and client systems are windows 98. My ftp server is RedHat 7.1 linux system.
Please help me fast.
Thanks in advance
anil