workaround for /tool fetch on flash

Hi

I wrote a small script to reply telegram bot messages from a mikrotik router.
For that, I used the /tool fetch command to get the bot's messages from the telegram server.

The problem that I have, is that this command writes it results to flash memory.
I tried to use an external drive connected to the USB interface in order to avoid that, but it didn't work. I also don't know if I could mount some kind of ramdisk for that..

I would like to know if someone has a solution or a workaround to sort out this issue.
If I solve this issue, I'll share the script with the community, but as it is, it's almost unusable.

Cheers,

Hernán

Saving fetched files to external USB flash works without any hassle. Try it again…

Hi

Yes, it was my fault. I was starting the path with a slash...

If someone is interested, the script is in GitHub - hmbar/ros-telegram_bot: Telegram_bot RouterOS script..

Cheers!

Hernán