web server for lan pcs only

can mikrotik host a web page on it’s HDD for lan client can browse and download files from it

i replaced the index2.html
and index2.html.orgi
in folder home/web
its work and i uploaded my files but when i download a file for example “exam.zip” 1.76 G.B
its only download the file with size 190 mb
and when open it you find some of it’s files not all
i’m sure the full file exist on mikrotik HDD BECAUSE I uploaded it with ExtBrowser_ and checked the file size
the problem is mikrotik allow to download 190 M.B not all the file size
any idea

is it too hard

It’s a router. Not a web server. You may be able go coax it into serving small files somehow, but asking a router to serve 1.76 GB files is just not what it’s made for. Install a web server.

i done it on another outer os
edit etc/rc/rc.local
/usr/sbin/thttpd -u root -d /partition/web -nor -p 80 -c “/*”


but mikrotik stronger and more aggressive against arp sniffer like netcut


thank you anyway