Thank you very much. It's my fault - wrote wrong ACL .
That'll do it! Yahooo! LIST , C.?D blocked ok.
2016-10-04 17:55 GMT+03:00 Alex Rousskov :
> On 10/04/2016 06:24 AM, oleg gv wrote:
>
> > Then I try to block FTP-Command and nothing happen. Some from my config:
> &
4 GMT+03:00 Alex Rousskov :
> Please ask these questions on squid-users...
>
> On 10/03/2016 05:51 AM, oleg gv wrote:
> > Thanks, but problems still exist - FTP doesn't work through proxy.
> >
> > 1. I've set in proxy
> > ftp_port 192.168.0.1:2121 <ht
Hello
I've setup in Squid 3.5.21 on my gateway : ftp_port 10.0.0.1:2121 intercept
and create nat rule to redirect from port 21 to 2121 for client source
address (for example 10.0.0.10)
Then trying to go through browser to ftp://ftp.intel.com from client
10.0.0.10
And in browser got Password prom
Hello, I've found that NativeFtpRelay appeared in squid 3.5 . Is it
possible to apply http-access acl for FTP proto concerning filtering of FTP
methods(commands) by analogy of HTTP methods ?
For example, I need to deny FTP CD command:
acl m method CD
acl p proto FTP
http-access deny m p
http-acce