Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Tobias on May 07, 2003, 10:13:24 PM
-
Hello.
I wonder how I should do if I want to change the idle-time-settings from now ap 3 min to something about 5 min or more, for FTP users.
I fond this information but as I still stays on the newbie stage I would be very pleased if someone helped me out!
Can someone translate this into instruktions?
http://proftpd.linux.co.uk/localsite/Userguide/linked/c922.html
Thanx in advance Tobias -Sweden.
-
#> mkdir -p /etc/e-smith/templates-custom/etc/proftpd.conf
#> cd /etc/e-smith/templates-custom/etc/proftpd.conf
#> echo "TimeoutLogin 120" > 05Timeout
#> echo "TimeoutIdle 600" >> 05Timeout
#> echo "TimeoutNoTransfer 900" >> 05Timeout
#> echo "TimeoutStalled 3600" >> 05Timeout
#> /etc/e-smith/expand-template /etc/proftpd.conf
#> /etc/rc.d/init.d/xinetd restart
The numbers above are the defaults, you may change them to any value you wish. The values are seconds.
Hope this helped,
Nathan
-
This don't seem to apply to Ver 7, can somebody comment on how to change the timeout setting to a higher number please?