Maybe this could be done with this:
in squid.conf:
# Change this to the URL of your local ftp-Server
acl myftpserver url_regex ^ftp://my.local.ftp.server
# Change filename 8-)
acl nsxx url_regex "/file/with/all/possible/filenames/of/ns-products/i/have/on/local/ftp-server"
# Dont chande the order of next three lines
http_access allow myftpserver
http_access deny nsxx
http allow all
# Let the users know where they can get public software mirrored by our local ftp-server
deny_info http://local.www.server/info/for_users/with_link_to_local_ftp-server nsxx
in file pointed to by acl nsxx:
n32p405x.exe$
n16c401.exe$
.
.
.
Maybe this works, i can't test it now since im sitting at home with broken leg ...
Greetings from Austria!
<andi@sunnix.sie.siemens.at>
Received on Wed Jun 18 1997 - 03:39:55 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:32 MST