patch ftp-proxy

2010-01-06 Thread Tiery DENYS
Hi, I would like to propose a patch for ftp-proxy. This patch implement an option concerning specific timeout (connect_timeout). It add an option for setting connect_timeout variable while starting ftp-proxy (this variable is currently set to 30 in code). Setting this variable to another value

Re: patch ftp-proxy

2010-01-06 Thread Remco
Tiery DENYS wrote: Hi, I would like to propose a patch for ftp-proxy. This patch implement an option concerning specific timeout (connect_timeout). It add an option for setting connect_timeout variable while starting ftp-proxy (this variable is currently set to 30 in code). Setting this

Re: patch ftp-proxy

2010-01-06 Thread Tiery DENYS
A value higher like 40 can solve problems. ex: - There are some public ftp servers missconfigurated who use ident protocol and wait 30 seconds on ident port before sending banner. With the default connect_timeout value, it is not possible to connect to theses servers with fw filtering ident port.

Re: patch ftp-proxy

2010-01-06 Thread Stuart Henderson
On 2010-01-06, Tiery DENYS tiery.de...@gmail.com wrote: Hi, I would like to propose a patch for ftp-proxy. This patch implement an option concerning specific timeout (connect_timeout). It add an option for setting connect_timeout variable while starting ftp-proxy (this variable is