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

Re: [cobalt-users] ftp time out



From: "Celtic Web Design" <info@xxxxxxxxxxxxxxxxxxxxx>
Sent: Sunday, September 09, 2001 3:32 PM
Subject: [cobalt-users] ftp time out


> After 300 seconds I get disconnected when ftp-ing...
Please check the archives as this ones been covered to death...

Add the parameters TimeoutNoTransfer and TimeoutIdle to your /etc/proftpd.conf

TimeoutNoTransfer        1200
TimeoutIdle                     1200

This is 20 minutes.  When you have edited and saved the file you should then,

SSH into the server, become root and force a re-read of the proftpd.conf file
by typing:
[root]# kill -HUP `pidof inetd`

Yer all set, done on a Raq3...

Dave~