when i run my program i get this warning message:
Warning: ftp_chdir() [function.ftp-chdir]: d:\files: No such file or directory...
Why it says that even thou the program has changed to d:\files directory? I can use the @ to get rid off the warning message but maybe i have also given the path some wrong way in ftp_chdir parameter. now it is like this:
ftp_chdir($conn_id, "d:\files")
Any suggestions?