Hi,
I'm trying to figure out if it is possible to upload new firmware with curl, as we a deploying a lot of m0n0walls. This is the command line I've got so far:
curl -F ulfile=@c:\temp\embedded-1.31.img -u admin:mono
http://192.168.1.1/system_firmware.phpThis only returns the same html again.
Any thoughts would be greatly appriciated.
Andreas