RB450G MicroSD File sharing + Security

RB450G + 4GB MicroSD

I just added download page in my hotspot page and I want to share some useful Application.


Q1: how to share files from MMC Store (I tried using ftp address but login required even I login from hotspot)

Q2: I want to do that if user login in from hotspot ID pass no user pass ask while file downloading but if user not logdin from hotspot a page should display with note " you must login to download this file or contact @ etc…


Q3: I want to set downloading limit from local to all users 5mb/sec how to do that…


sorry for my bad english but I’ll explain more if you cant understand…

Hello

Q1 :best solution for file sharing is that you use SMB in /ip smb.
Q2 :i think its not possible in mikrotik.(I don’t know :slight_smile: )
Q3 :if you want to set bandwidth for your client download from mikrotik you can use mangle with chain output with destination of your clients and mark their packets.then use mark packet in /queue simple or /queue tree.if you want i can send sample configuration for you.

Good Luck