Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

JS82189

macrumors regular
Original poster
Jan 30, 2010
115
0
Enter "tftp -i 192.168.1.1 put dd-wrt.v24-micro_generic.bin" on your local Windows console and press enter. (If you're using Windows Vista or Windows 7, you need to first enable the tftp client)
(for linux, tftp 192.168.1.1; mode octet;put dd-wrt.v24-micro_generic.bin or tftp -v -m octet 192.168.1.1 -c put dd-wrt.v24-micro_generic.bin).
 
This should work... Try it and let me know.

Code:
(echo put dd-wrt.v24-micro_generic.bin
 echo quit) | tftp -e 192.168.1.1

If you want to log the output

Code:
(echo verbose
 echo put dd-wrt.v24-micro_generic.bin
 echo quit) | tftp -e 192.168.1.1 > tftp_results_$RANDOM.log
 
thanks

not sure if I'll need it now that I found out FiOS is coming to the area.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.