Re: [squid-users] setup FTP proxy and FTP content monitoring (Antony Stone)

2020-04-23 Thread Antony Stone
On Wednesday 22 April 2020 at 15:48:57, Dawood Aijaz wrote: > "a*ll I want from squid proxy is to intercept FTP and expose all the FTP > data "* I think you're looking at the wrong tool for a job like this. When you say "intercept" it sounds like you want something which will act in between an

Re: [squid-users] setup FTP proxy and FTP content monitoring (Antony Stone)

2020-04-22 Thread Dawood Aijaz
Hi, these are my squid.conf configurations acl localnet src 10.0.0.0/8 acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered po

Re: [squid-users] setup FTP proxy and FTP content monitoring

2020-04-21 Thread Antony Stone
On Tuesday 21 April 2020 at 17:26:05, Dawood Aijaz wrote: > Hi, > I am currently working on a task to monitor FTP traffic and analyze it. > So can somebody help me to set up FTP proxy for squid and to analyze FTP > data Squid supports FTP natively. You don't need to configure anything special p

[squid-users] setup FTP proxy and FTP content monitoring

2020-04-21 Thread Dawood Aijaz
Hi, I am currently working on a task to monitor FTP traffic and analyze it. So can somebody help me to set up FTP proxy for squid and to analyze FTP data Regards, Dawood Aijaz ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.sq