FireFoz
01-07-2002, 10:59 AM
does anybody know how i can change the idle-timeout on the ftp of a RaQ3i?
![]() | View Full Version : RaQ3i ftp timeout FireFoz 01-07-2002, 10:59 AM does anybody know how i can change the idle-timeout on the ftp of a RaQ3i? cbtrussell 01-07-2002, 11:17 AM You can use the cobalt-users list archives for quick answers to questions like this, http://list.cobalt.com/mailman/listinfo/cobalt-users TimeoutNoTransfer and TimeoutIdle can be adjusted in the /etc/proftpd.conf file. (Values are in seconds) Brandon FireFoz 01-07-2002, 11:33 AM I dont have TimeoutNoTransfer and TimeoutIdle in /etc/proftpd.conf ... shortfork 01-07-2002, 02:46 PM the command will not be there, you will have to add it. at the bottom, it will look something like this.. # Normally, we want files to be overwriteable. <Directory /> AllowOverwrite on </Directory> # A basic anonymous configuration, no upload directories. # Restore file permissions capability to site administrator <Global> AllowChmod on # Report localtime, not GMT TimesGMT off </Global> TimeoutNoTransfer 1800 TimeoutIdle 1800 Shortness FireFoz 01-09-2002, 12:19 PM yea that works, tnx! |