Hello,
I need your help about fetch. Basically I want to use fetch to upload the configuration files for massive device at one time and then reboot them from other route. How to use fetch to do for a list address.
Thanks
Hello,
I need your help about fetch. Basically I want to use fetch to upload the configuration files for massive device at one time and then reboot them from other route. How to use fetch to do for a list address.
Thanks
/tool fetch upload=yes
see wiki.mikrotik.com for more details
Thanks. I know fetch command works.However what I want is to upload files for a list of address in one command or script. Do I have to repeatedly use fetch one by one for each address?
yes, you have to repeat the command for every upload. Just create the script and run fetch in succession it several times.
upload=yes - for FTP only.
I need upload test.xml file to my IP-camera via Mikotik.
[admin@Bee-GW] > /tool fetch url="http://admin:12345678@192.168.11.51:80/Video/inputs/channels/1/overlays/text" http-data="test.xml"
status: failed
failure: closing connection: <400 Bad Request> 192.168.11.51:80 (4)
Please help me.
latest RouterOS versions ‘/tool fetch’ have other methods for HTTP.