• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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

Shawn M

Basic Pleskian
Hi,

I sometimes upload larger files to my server, say 1GB +.

It gets to the end (the file is uploaded) and it prompts me to upload again with an overwrite screen.

I want to extend the session times and followed this document: http://kb.odin.com/173

I still have the problem, these are the times I used. Does anyone have any suggestions on how to make this work?

AllowOverwrite on
TimeoutNoTransfer 900
TimeoutStalled 600
TimeoutIdle 1200
 
Is there are any proftpd activity in system logs (/var/log/messages, /var/log/syslog)?
Doez directivies placed inside <Global></Global> section?
Not sure , but try to add in same section AllowStoreRestart on and AllowRetrieveRestart on.

If it not helps need to execute proftpd in standalone mode with debug and examine output.
 
Back
Top