• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

FTP Problem with large file

  • Thread starter gianni.infodata
  • Start date
G

gianni.infodata

Guest
Hi all,
I've a Plesk 9.0.1, and I've a problem with ftp server. When I try to upload a big file 10-15 MB, after 10-15 sec the ftp connection go timeout. How can I resolve this problem? I try to reboot the server many times, but the problem stay alive. Thanks ALL!
 
Hello,

Have you tried to increase ftp session time, as described in the corresponding Knowledge Base article:

My clients got disconnected from FTP by timeout. How do I change the ftp session times?
http://kb.odin.com/en/173

May be the upload takes just more than 10-15 sec to complete.

Regards,
Denis.
 
Hello,

You can configure different timeouts in the main ProFTPd configuration file. When logged into the shell as a root open $FTPD_CONF/proftpd.conf file and sets times what you need in the server config or <Global> area, for example:

TimeoutNoTransfer 900
TimeoutStalled 600
TimeoutIdle 1200

Please, check the following articles for more information:

http://kb.odin.com/en/173
http://kb.odin.com/en/1533
 
The problem is the Plesk firewall, if I disable the ftp connections works right.
 
Back
Top