How to Stop Downloading

HI ,
I am using RB113.
How can i stop my users to download ZIP & MP3 file. I am NOT using any Authenication Method.

Please Help me OUT.

use web proxy access list

Thanks Nornis,

If i will use Web Proxy What will be the Syntex

Path= <?>

Using Mt 2.9.41 with web-proxy test package. I dont find any web proxy package.

Please help me

look in RouterOS, in your packages menu. webproxy should be enabled already

to deny mp3 file:

[admin@MikroTik] ip web-proxy access> add url=":\\.mp3$" action=deny

but first you have to configure transparent webproxy to work with all your clients. http://www.mikrotik.com/testdocs/ros/2.9/ip/webproxy_content.php#7.53.7

Normis,
Thanks Again...Here is the system Packages

[admin@SEMCOM] system package> pr
Flags: X - disabled

NAME VERSION SCHEDULED

0 system 2.9.41
1 X rstp-bridge-test 2.9.41
2 routeros-rb500 2.9.41
3 dhcp 2.9.41
4 X wireless-legacy 2.9.41
5 routing 2.9.41
6 ntp 2.9.41
7 wireless 2.9.41
8 webproxy-test 2.9.41
9 X routing-test 2.9.41
10 routerboard 2.9.41
11 ppp 2.9.41
12 security 2.9.41
13 advanced-tools 2.9.41
14 hotspot 2.9.41


In IP WEB-PROXY, i am NOT getting the Option..

Please HELP

how about :

/ip proxy access

Normis,

i am NOT getting url= Option

yes, there should be no URL field, please read carefully what the command is:

http://www.mikrotik.com/testdocs/ros/2.9/ip/proxy_content.php#7.60.3