On Thursday 31 July 2003 22.24, Ing. Jos� A. Zu�iga wrote: > Hi, > > I have Squid/2.4.STABLE1. > > I closed ftp protocol but I need to give ftp access to some users > and just to one server. > > I don�t know how to do it.
Give them access before where you deny others access. acl ftp_users ... acl ftp_servers dstdomain ... acl ftp protocol ftp http_access allow ftp_users ftp ftp_servers http_access deny ftp -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
