• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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