Web Hosting Talk







View Full Version : ftp transfer timeout


Floid
11-26-2002, 03:26 AM
How can I change the ftp transfer timeout? I didn't found anything in proftpd.conf. 300 seconds is too short.

-Edward-
11-26-2002, 08:53 AM
look in httpd.conf

elsmore1
11-26-2002, 10:01 PM
I doubt that you will find anything regarding FTP timeouts in httpd.conf... :)

What you want is TimeoutIdle and/or TimeoutNoTransfer which should go in proftpd.conf if that is what you are using for your server configuration file...

See http://www.proftpd.org/ for details.

cbtrussell
11-27-2002, 01:03 AM
Add:

TimeoutNoTransfer 1500

or similar (in seconds) to your proftpd.conf.

HTH,

brandon