> I'm trying to make ftp go directly without squid touching it... Then you need to disable proxy for ftp on the client, and not on the proxy.... > acl FTP proto FTP > always_direct allow FTP This just means that the proxy will connect to the FTP server directly, without using parent caches, not that the client will connect directly. Joost