PDA

View Full Version : Compiler FTP error message



NewsArchive
09-04-2017, 08:21 AM
Anyone know the meaning of this message?

"Compiler FTP Upload Error (Error Code #6)"

Sim

NewsArchive
09-04-2017, 10:35 AM
Hi Sim,

> Anyone know the meaning of this message?
>
> "Compiler FTP Upload Error (Error Code #6)"

It's Windows GetLastError ERROR_INVALID_HANDLE 6 (0x6) The handle is
invalid.

The Windows WinINet component was unable to connect to your FTP server.
Check your FTP configuration, login details, firewall, etc. Make sure it is
really a ftp and not http server and that the address is correct, etc.

Friedrich

NewsArchive
09-04-2017, 10:35 AM
BTW, please check this:

http://www.lindersoft.com/forums/showthread.php?47160-Compiler-FTP-Upload-Error-(Error-Code-6)

Friedrich

NewsArchive
09-05-2017, 01:43 AM
Thanks Friedrich.

Following that thread, instead of using the GUI, I tried using the #FTP
UPLOAD script, which does the job without a problem.

Thanks,

Sim