FTP Response 421 received, Server closed connection
Hello Community,
I hope you can help me with my problem.
I tried to create a new project from existing files, which are located on the server.
phpStorm starts to collect the files from server and starts to download the files. After a few minutes the download stops with the error message shown above.
I´ve asked my server provider and he tolds, me that the problem is due to phpStorm. Because he get the following message:
www36 pure-ftpd: [INFO] Timeout - try typing a little faster next time
phpStorm is set to send a keep alive message every 100s. I don´t know what I can do to avoid this problem.
I hope anybody of you can send me a sollution. Thanks.
Please sign in to leave a comment.
According to this thread, it may be caused by too many connections initiated by PhpStorm (usually, it's two - the control one and the transmission one).
https://kb.globalscape.com/KnowledgebaseArticle11056.aspx
Try setting the limit to 1 in the FTP config advanced options.
And also reduce the keep alive message sending to each 15.
Eugene Morozov's solution worked for me. Thanks.
Received this error today: FTP response 421 received. Server closed connection.
Eugene Morozov's solution worked for me also. Much appreciated!