Error code 123 is returned by your FTP server. In most cases it indicates file permissions error. Please note that FTPGetFile internally changes the current directory before it grabs the file while FTPFileExists simply LISTs the directory contents using the specified file name or mask. Make sure you have permissions for the referenced directory. Also try specifying absolute file name including full path. : I'm trying to use FTPGetFile. I'm checking to see if the : file exists with FTPFileExists, which returns true. When : I try to do the Get, I get : Download failed for "". Error code 123. : I don't see error codes in the documentation. It's not : clear where the error is at (24x7, ftp, etc), given the error code. : Any help is appreciated. : Thanks, : John
|