I am getting timeouts (error 12002) when uploading FTP files. How can I fix it?

Error files FTP timeouts
0
Posted

I am getting timeouts (error 12002) when uploading FTP files. How can I fix it?

0

FTP protocol uploads files on a separate data connection whereas main control connection sits idle waiting for the data connection to finish. Some servers perceive this as inactivity and they drop control connection after approx. 5 mins. The only way to fix it is on server: disable such inactivity timeout, as they are plain wrong. Another more rare possibility is that you use proxy or firewall that is not fully compatible with FTP protocol. Some users reported that it is fixed by enabling Microsoft Firewall Client or by otherwise fixing your proxy.

Related Questions