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-access permit all

If it is not possible - what other possibilities in squid exist to do this ?

May be in future ?

Thanks!
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to