• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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