Hi,
I have squid proxy 2.6.STABLE6 and it's being allowed for ftp as folows
acl Safe_ports port 21 # ftp
it works fine as follows typed at browser url-->
ftp://userassword@host/
I want squid just pass the ftp request without validation of authentication, means I just want -->
ftp://host/ to work. (and the ftp server to look for authentication - my setup is like this)
How to configure this
Do I have to look for "ftp_user" ? If so what are the parameters of it.
ftp_user Squid@192.168.100.10 (example explaining?)
Thank you