On 4/04/2012 6:01 p.m., Eliezer Croitoru wrote:
On 04/04/2012 08:12, Colin Coe wrote:
Hi all
I'm trying to get our squid proxy server to allow clients to do
outbound FTP. The problem is that our corporate proxy uses tcp/8200
for http/https traffic and port 221 for FTP traffic.
Tailing the squid logs I see that squid is attempting to send all FTP
requests direct instead of going through the corporate proxy.
Any ideas how I'd configure squid to use the corp proxy for FTP
instead of going direct?
Thanks
CC
if you have parent proxy you should use the never_direct acl.
acl ftp_ports port 21
Make that "20 21" (note the space between)
Amos