Usually an FTP server on MikroTik Router OS is enabled and uses ports 20 and 21 for communication.
Connection type without encryption, login and password are same as for access to mikrotik.
You can connect by typing the ip address of the router in the browser’s address bar:
ftp://192.168.88.1
Via the graphical interface, the FTP service is turned off and turned on in the “IP” – “Service”
Through the command line:
ip service disable service_number ip service enable service_number
View a list of services:
ip service print
To view the information about the files, you can run the following command:
file print detail disk print detail