Create html file :) not txt

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 :slight_smile:

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 :slight_smile: any help will be appreciated

ok so I coded the base txt file to have and and I used the ftp mode to fetch to and fro and it works