> > > users within my lan want to use ftp clients (CuteFTP, WS_FTP, CoffeCup > etc). > how can i make it happen through my squid proxy server? > > i am alreasy running MASQ on my gateway machine (which is the same squid > server) and have following entries in my squid.conf > > acl ftp proto FTP > http_access allow ftp > > > but its still not working? any ideas/suggestions? > The FTP client MUST have user-configures proxy-setting for HTTP-proxy. Without it the client will not properly handle the HTTP traffic it needs to pass to squid, and which squid replies with. Otherwise try a proper FTP-proxy software (they do exist). Amos