FTP timeout error

Wappler Version : beta 3.3 and 2.9
Operating System :win 10

I have my remote connection set and properly configured, using my remote target I get errors below. This has only recently started happening and I have been using the same site and FTP for some time. I have switched back to WAPPLER 2.9 but now still getting the same errors

---- Resolving host address...
---- 1 address found: 160.153.133.153
+ cd public_html/intranet_new/
---- Connecting to 160.153.133.153 (160.153.133.153) port 3306
cd `public_html/intranet_new/' [FEAT negotiation...]
**** Timeout - reconnecting

Hello, if it worked and then it stopped working then something has probably changed on your server. The timeout error usually happens when a port is blocked (for example the default Port 21). Check this please.

Thanks Teodor, it wasn’t blocked on Port 21 but for some reason i had it set to port 3306
Appreciate your help here …

Agree with Teo, check port first, however if not port, I had a similar issue once upon a time, i had to increase my max_connections on the server, as it's like Wappler uses more than one connection and if your server and internet are running pretty fast and it transfers too many files too quickly, it hasn't closed the last connection before opening the new one, after 2 or 3 successful publishes the next few timeout and i have to wait about 10 minutes for the server to kill the still running idle processes, as I say I set my max_connections higher and I have not had the issue again.

Port 3306 is usually the default port for db connections, not for FTP.

1 Like

Thanks @psweb it was a latent entry, I had port set to 3306 god only knows why.

1 Like