[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: proftpd timeout
- Subject: [cobalt-users] Re: proftpd timeout
- From: "jeanjean" <jeanjean@xxxxxxx>
- Date: Sat Feb 15 08:15:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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?