Comments
-
Indeed, the upgrade fails from both Firefox and Chrome. I can confirm that the "curl" method pointed out by fe80 works perfectly. Based on that, this is my shell script to upgrade the firmware on GS1200-8: #!/bin/sh if [ $# -lt 1 ] then echo "Usage: GS1200_firmware_upgrade.sh IP" exit 1 fi U_IP=$1 rm GS1200-*.bin…