Hi !
I have a LinkSys router that I wanted to update to the latest firmware for some reason. As you might know, this updating process requires the use of an TFTP application (provided by LinkSys on Windows, but that you have to buy separately for Mac OS 9).
Since Mac OS X has its own built-in TFTP application (available from the command line), I though of using it to update my LinkSys router... but I didn't succeed. Any ideas anyone ?
Here's what I typed :
But all I got was an error telling me that the file or folder "code.bin" doesn't exist... 
I have a LinkSys router that I wanted to update to the latest firmware for some reason. As you might know, this updating process requires the use of an TFTP application (provided by LinkSys on Windows, but that you have to buy separately for Mac OS 9).
Since Mac OS X has its own built-in TFTP application (available from the command line), I though of using it to update my LinkSys router... but I didn't succeed. Any ideas anyone ?
Here's what I typed :
Code:
tftp
connect 192.168.1.1
put /path/to/code.bin
