#> 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