Mads Rasmussen wrote:
>
> Hi there,
>
> How could I restrict the use of ftp via squid so that
>
> 1) no upload is allowed
acl ftp protocol ftp
acl PUT method PUT
http_access deny ftp PUT
> 2) download only to the limit of 8 Mb
reply_body_max_size 8 MB
-- Henrik Nordstrom Squid HackerReceived on Tue Jun 05 2001 - 02:17:09 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:28 MST