• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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