• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

FTP Timeout

PGT92

New Pleskian
Earlier this month I upgraded to Plesk 10. Since then, my FTP connection has been timing out after about 3 minutes. I changed the proftpd.conf file to include TimeoutNoTransfer, TimeoutStalled, and TimeoutIdle to be all set at 900. I restarted xinetd, but nothing seems to have changed. What else can I do to change this?

Thanks for any help.
 
Sorry I wasn't more clear on that... by 'timeout' I mean the idle time. Everything is fine as long I transfer to or from the server frequently. If I upload a file every minute, I can stay connected indefinitely, but if I stop and let the connection sit in idle for more then a couple of minutes, it'll disconnect.
 
Me too...


I've made the suggested changes and run command /etc/init.d/xinetd restart and still have users losing connection at aroung 3 minutes, this is from my proftpd.conf file:

--------------------
ServerName "ProFTPD"
#ServerType standalone
ServerType inetd
DefaultServer on
<Global>
DefaultRoot ~ psacln
AllowOverwrite on
TimeoutNoTransfer 900
TimeoutStalled 600
TimeoutIdle 1200
IdentLookups off
</Global>
UseReverseDNS off
--------------------

Did i miss something?
 
Back
Top