FTP multiple logins

Hai there!

I have successfully enable my ftp server through mikrotik. I did the port forwarding. However i notice that only 1 user can passthrough the mikrotik to open the ftp. How can i enable the mikrotik to allow multiple users login?

thanks! :smiley:

I think this may help

/ip firewall service-port enable ftp

Realy? It enables internal ftp server on MikroTik IMHO. You dont need this to use ftp inside your LAN.

Gotmoh, you’re confusing this with /ip service, which
indeed controls services on the router itself.


–Tom

Check the FTP Server configuration.
I don’t think it’s the problem on Mikrotik.
If one user can login, it means the D-NAT / Routing / Firewall in Mikrotik correctly configured.

Me confusing? Or Mapik? :smiling_imp:

command
/ip firewall service-port enable ftp

will enable internal ftp proxy in MT, which may help with this problem I hope

thanks for the numerous replies guys!! :smiley: i really appreciate it!

Mapik, i have enable the service-port as u said. my ftp is working already.

however…what i want is multiple users to use the ftp at the same time. currently only 1 user can use the ftp. mikrotik does not allow multiple users to use the ftp simultaneously.

is there a way to setup the mikrotik to allow more users using the ftp?

thanks!