<div dir="ltr">Hi,<br><div><br></div><div>these are my squid.conf configurations </div><div><br></div><div>acl localnet src <a href="http://10.0.0.0/8">10.0.0.0/8</a>       <br><br>acl SSL_ports port 443<br>acl Safe_ports port 80              # http<br>acl Safe_ports port 21          # ftp<br>acl Safe_ports port 443          # https<br>acl Safe_ports port 70         # gopher<br>acl Safe_ports port 210               # wais<br>acl Safe_ports port 1025-65535  # unregistered ports<br>acl Safe_ports port 280           # http-mgmt<br>acl Safe_ports port 488            # gss-http<br>acl Safe_ports port 591             # filemaker<br>acl Safe_ports port 777            # multiling http<br>acl CONNECT method CONNECT<br><br>        http_access allow all<br><br>http_access deny !Safe_ports<br><br><br>http_access deny CONNECT !SSL_ports <br><br><br>http_access allow localhost manager<br>http_access deny manager<br><br><br>http_access allow localnet<br>http_access allow localhost<br><br>http_port 8001<br><br>coredump_dir /var/spool/squid<br><br>refresh_pattern ^ftp:             1440    20%     10080<br>refresh_pattern ^gopher: 1440    0%      1440<br>refresh_pattern -i (/cgi-bin/|\?) 0       0%      0<br>refresh_pattern (Release|Packages(.gz)*)$      0       20%     2880<br>refresh_pattern .               0       20%     4320<br><br>                acl FTP proto FTP<br>             always_direct allow FTP<br><br>acl FTP proto FTP<br>always_direct allow FTP<br><br>icap_enable on<br><br>icap_preview_enable on<br><br>icap_service service_req reqmod_precache icap://<a href="http://127.0.0.1:8008/reqmod">127.0.0.1:8008/reqmod</a> bypass=0<br>icap_service service_resp reqmod_precache icap://<a href="http://127.0.0.1:8008/respmod">127.0.0.1:8008/respmod</a> bypass=0<br><br>adaptation_access service_req allow all<br>adaptation_access service_resp allow all<br></div><div><br></div><div><br></div><div>"a<b>ll I want from squid proxy is to intercept FTP and expose all the FTP data "</b></div></div>