Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Network Troublshooting => Linux Servers Support => Topic started by: rajashilpi on December 13, 2004, 04:07:05 PM
-
How to make squid permit read/write access to a ftp site thru squid?
-
Hi
You can do it by allowing access to safe ports. This is done by editing your squid.conf. There will be a line like:
http_access deny !Safe_ports
Change the "deny" by "allow" if desire.