• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

FTP timeout problem on Plesk 12.0.18

AlexeyN

New Pleskian
Dear Plesk Support Team,

Sorry for my bad English, it's not my native language.

I try to upload large file to my server using FTP on Plesk 12.0.18. And I have a problem with this. If the time of upload is more then 1 hour, the FTP connection is down. I try to use more than 5 different FTP clients, but every time when time of upload file more then 3600 seconds the connection is down and file not uploaded to server. I try to edit /etc/proftpd.conf and add this:
Code:
MaxStoreFileSize                5 Gb
TimeoutStalled                  7200
TimeoutIdle                     7200
TimeoutNoTransfer               7200

(I add this in top of Global section right after AllowOverwrite on)

But it's not help for me. After the time of upload file more than 3600 + 1 second the FTP connection is down.

What I need to do for resolve this issue?
 
It is not necessarily Plesk. It could be a limit imposed by your ISP.
Am living in Africa and have lots of issues with FTP timeouts.

A way around it:
Add at very end of proftpd.conf (proftpd.conf has to have an empty line at end!)
AllowStoreRestart on

and restart
# /etc/init.d/xinetd restart

That way, even if there is a timeout, on the re-connect it will just continue uploading where it left of.

Works for me, hope it works for you :)
 
Back
Top