Hi,
I use squid3.1.18 / dansguardian 2.10.1.1 on Centos 5.7 and I meet a problem with FTP.
When I connect to a ftp site in anonymous through a web browser, no soucy.
When I connect to a ftp site with no anonymous configured as default, with ftp://login:pass@ftp-site through a web browser, no soucy. "ftp_epsv" parameter is off (default on). The popup appears on the screen.
But when I connect to a ftp site using anonymous as default and if I'm using login/password to access a specific folder, ftp://login:pass@ftp-site not works.
It seems that if anonymous is ok on the ftp site, not using login/password of the url ftp://login:pass@ftp-site.
My compilation options
Default
./configure
--prefix=/usr/share/squid --bindir=/usr/sbin --sbindir=/usr/sbin
--sysconfdir=/etc/squid --localstatedir=/var --libdir=/usr/lib64/squid
--datarootdir=/usr/share --docdir=/usr/share/doc/squid-3.1.11
--enable-delay-pools --enable-cache-digests --disable-ident-lookups
--enable-follow-x-forwarded-for --enable-icmp --enable-useragent-log
--with-pidfile=/var/run/squid.pid --with-logdir=/data/squid/log
--with-large-files --enable-ssl --with-default-user=squid
--enable-linux-netfilter --enable-esi
Try
./configure
--prefix=/usr/share/squid --bindir=/usr/sbin --sbindir=/usr/sbin
--sysconfdir=/etc/squid --localstatedir=/var --libdir=/usr/lib64/squid
--datarootdir=/usr/share --docdir=/usr/share/doc/squid-3.1.18
--enable-delay-pools --enable-cache-digests
--enable-follow-x-forwarded-for --enable-icmp --enable-useragent-log
--with-pidfile=/var/run/squid.pid --with-logdir=/data/squid/log
--with-large-files --enable-ssl --with-default-user=squid
--enable-linux-netfilter --enable-esi --enable-auth=basic
--enable-ident-lookups
Regards,
Guillaume
Received on Fri Dec 16 2011 - 08:28:28 MST
This archive was generated by hypermail 2.2.0 : Fri Dec 16 2011 - 12:00:03 MST