FTP Timeout Setting Follow
I have an FTP server that needs a timeout setting of 60 seconds to connect. In FileZilla, I can change this by going to Edit > Settings and setting the value in the Timeout in seconds field. How might I achieve this with the remote host deployment settings in PhpStorm?
Please sign in to leave a comment.
In fact, there is no known UI option for FTP timeouts at the moment.
However, a similar request is already submitted on our YouTrack. It is a little bit different as it mostly about SFTP but an overall idea is the same — there should be more settings you may want to tweak, including timeout.
Anyway, you can vote and leave your comment here:
https://youtrack.jetbrains.com/issue/WI-484
Nevertheless, there is an option for SFTP timeout that could be added to JVM options:
-Dcom.jetbrains.plugins.webDeployment.sftp.timeout=10000
(https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties)