Vesselin Atanasov wrote:
> If someone developing Squid reads this : It would be nice if squid had an
> option selecting which transfer mode to try fist. I don't wan't to hack
> the source of each squid version to make it try normal mode first.
I have a workaround to Squid FTP which tries to detect servers failing
on PASV (buggy FTP servers, or firewalls not understanding PASV or the
implications of it's use). It works for file transfers at least (I think
it still fails on file listings). Patch file is available from my squid
page <http://hem.passagen.se/hno/squid/>
Disabling Squids use of PASV requires a single line change in src/ftp.c
Change
ftpState->flags.pasv_supported = 1
to
ftpState->flags.pasv_supported = 0
-- Henrik Nordstrom Spare time Squid hacker > > vesselin atanasov > > On Fri, 21 May 1999, Alexey Popov wrote: > > > Help me, please, in solving of such problem: > > I > > 'm using SQUID-2.2.STABLE2 proxy server on BSD/OS 2.1 > > When clients try to connect to some hosts (e.g. www.winfile.com, > > www.tucows.com, ftp://ftp.xilinx.com) through proxy server, either such > > message appears: > > > > READ ERROR > > (54) Connection reset by peer > > > > or "connection timed out" message. > > Though, when clients connect to these sites directly (not through proxy), > > there is no problemsReceived on Sat May 22 1999 - 06:44:03 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:23 MST