Question : Unable to upgrade firmware Netgear GS724TS

Hi Everyone,

I have a Netgear GS724TS switch which I'm trying to upgrade the firmware on.

I'm having trouble getting the boot image to upload using TFTP, I've logged into the GUI and entered the deatils on the download page (as per instructions). I've tried using the windows 7 command line TFTP client and a little freeware program (wired solutions TFTP client).
Both return the same problem. "Error on Server :"

C:\>tftp 192.168.1.3 put GS7xx_boot-1015.rfb
Error on server :
 Connect request failed

I can't ping the unit but I am able to connect to the webGUI (as mentioned above), I tried turning off my firewall but this hasn't done anything either.
Has anybody got any ideas where I'm going wrong or anything else I could try?

Regards,
Dan

Answer : Unable to upgrade firmware Netgear GS724TS

What about something like the following ?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
success : function(response) {                                        
   //$(response).find('.ajaxUpdater').each(function() {
   $(response).children('.ajaxUpdater').each(function() {
       var id = "#" + $(this).attr("id");
       var value = $(this).val();
       var html = $(this).html();
       $(id).val( value );
       $(id).html( html );
   })
}
Random Solutions  
 
programming4us programming4us