I'm stuck at doing this script. Script is supposed to do this:
It will download a file from URL. If it reach the file and downloads it then changes routing to Server 1. If download failed it will change routing to Server 2. Then it'll delete that file from router memory.
Download should be via command: /tool fetch url="" and then something like
:if ( true ) do (/ip routing .....)
and
:if ( false ) do (/ip routing ....)
I hope you get me and you can help me creating this script.