Plesk

How to increase FTP server timeouts on Plesk for Linux?

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

Exit mobile version