Cobra Forum

Plesk Panel => Plesk Service/Interface => Topic started by: mahesh on May 04, 2024, 08:06 AM

Title: How to increase FTP server timeouts on Plesk for Linux?
Post by: mahesh on May 04, 2024, 08:06 AM
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