[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: proftpd timeout



Make a (in a shell / ssh )

pico -w /etc/proftpd.conf

and insert this at the bottom ( some are not needed, but are nice to ;)

# Disable ident lookups and reverse DNS to speed connections
<Global>
IdentLookups off
</Global>
UseReverseDNS off
        
# admin changed ---date---
# added the next two lines for extending the time-out to 15 minutes
TimeoutIdle                     900
TimeoutNoTransfer               900
LsDefaultOptions "-a"

Then hit crtl-x to exit and answer y for yes
You don't need to restart any service, this will work 
Let me know if you have any problem ;)
Jean
http://www.raqhelp.com



Hi,

how do i change my ftpd timeout from 300 seconds to 900 seconds?