[squid-users] Squid and IE6 FTP problems

From: Becskei Robert <brobiwbe@dont-contact.us>
Date: Tue, 15 Jun 2004 20:40:26 +0200

Dear reader,

 my system
 Whitebox 3.0 EL
 Squid 2.5.STABLE3-5.3E

I'm having problems when I want to use ftp with Internet Explorer 6 (
strangely Firefox works, but unfortunately 80% of our company still use IE6,
so I gotta solve this somehow).

 The error I get when I open a ftp site(with Internet Explorer 6) is :

 ---------------------------------------------------------------------------
-------
 An error occured opening that folder on the FTP Server.
 Make sure you have permission to access that folder.

 Details :
 200 Switching to ASCII mode.
 500 Illegal PORT command.
 500 Unknown command.

and sometimes
 550 Failed to change directory

(Firefox works ok, but IE6 won't)
 please help me solve this Internet Explorer 6 problem (and please don't
tell me to wipe it off...that aint so easy...)

Here is my /etc/squid/squid.conf file for you to see :
----------------------------------------------------------------------------
-----------
http_port 3228
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
cache_mem 32 MB
fqdncache_size 1024
cache_dir ufs /proxy1/ 8000 16 256
cache_dir ufs /proxy2/ 8000 16 256
cache_mgr brobiwbe@stcable.co.yu
cache_effective_user nobody
cache_effective_group nobody
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl ftpdr proto FTP
acl localhost src 127.0.0.1/32
acl SSL_ports port 443 563
acl Safe_ports port 80 8080 21 443 563 70 210 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
acl deny_ext urlpath_regex -i "/etc/squid/deny_ext"

http_access deny deny_ext
http_access allow all
always_direct allow ftpdr

ie_refresh on
redirect_program /usr/bin/squidGuard
redirect_children 4

--------------------------------------------------------------------

Please help me.I'm trying to solve this problem for months now, and still
no success at it.

Sincerely
Robert B
Received on Tue Jun 15 2004 - 12:36:45 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT