OK so I wrote a core in script section to see how much rx tx I have used today as I have 4gb limit a day.
I need to make this file in html but this mikrotik likes txt ![]()
I have tried fetch command tooo
:local TxtFile “disk1/a.txt”
:local InfFile “disk1/b.html”;
/tool fetch address=192.168.1.254 user=admin password=“” src-path=$TxtFile mode=ftp upload=no dst-path=$InfFilebut this does not work it makes b.html.txt
any help will be appreciated