How to increase FTP server timeouts on Plesk for Linux?

Started by mahesh, May 04, 2024, 08:06 AM

Previous topic - Next topic

mahesh

Question
How to configure timeouts for FTP server on Plesk for Linux?

Answer
1. Connect to the server via SSH;

2. Add/Change the following parameters in /etc/proftpd.conf using text editor. For example:

TimeoutNoTransfer 2400
TimeoutStalled 2400
TimeoutIdle 3800

3. Apply new settings by restarting FTP service with the following command:

#service xinetd restart