Plesk for Linux
kb: how-to
ABT: Group B
Applicable to:
- 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:
CONFIG_TEXT: TimeoutNoTransfer 2400
TimeoutStalled 2400
TimeoutIdle 3800
3. Apply new settings by restarting FTP service with the following command:
# service xinetd restart
Comments
2 comments
Hi,
I was able to find the file, but where do I put these parameters? at the end of the file?
Thank you.
Hello @Motaz Elshazly
If in proftpd.conf the mentioned directives were not defined - yes, add them at the end of file.
If the mentioned directives were already defined - just changes their values.
Please sign in to leave a comment.