On Mon, 17 Nov 2003, Mr. Singh wrote: > I want to block clients uploading files through squid. How can it be > implemented?
Assuming the clients use Squid for FTP access (please remember that Squid is a HTTP proxy) the following will block FTP PUT requests via Squid acl FTP protocol FTP acl PUT method PUT http_access deny FTP PUT Regards Henrik
