Download exported Mikrotik config

Since the '/export' command dumps the configuration to stdout, I do always backup my mikrotiks vía ssh this way:

 ~$ ssh admin@router /export > mikrotik.conf

First off, the use of FTP is NOT recommended as your password is sent in cleartext, and anyone looking at your traffic can sniff it.

IF you want to use FTP, make sure it is enabled under IP > Services. Then go to your terminal, and export the file using the command export file=myname. The file will then be under the File menu as myname.rsc.

You then browse to your router's external IP address in a browser, or just in Windows Explorer, using ftp://XXX.XXX.XXX.XXX and log in. You will be able to Right click on the file and Save As to your computer.