The error code 53 comes from your FTP Server. If you turn on tracing feature you may be able to see additional FTP messages in the trace window. As far as I remember many FTP servers use code 53 to indicate 'insufficient permissions for file or directory'. Make sure you batch100 has permissions to retrieve the file and also the directory browse permissions. : Greetings: I'm doing the following while using your FTP Upload template: : FTPGetFile "192.168.178.13", "batch100", : "batch", ftp_file_name, local_file_name : and getting the following response: 'Download failed for "". Error : code 53.' : In the debug window, everything looks fine. : What is this trying to tell me? Where are error codes explained? : Thanks!
|