summaryrefslogtreecommitdiffstats
path: root/network/linksys-tftp/README
blob: 892d65981233789312e1ecdb6aa6aff739828dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Linksys-tftp is a BSD tftp client for the non-standard tftp
authentication process used by some Linksys routers.

These routers include the BEFW11, WRT54G and WRT54GL

They all need a password for the tftp firmware file transfer to work.

For example to upgrade a Linksys WRT54G router at 192.168.1.1 with
tomato firmware, WRT54G_WRT54GL.bin, where the password is admin

#linksys-tftp 192.168.1.1
linksys-tftp>verbose
linksys-tftp>binary
linksys-tftp>blocksize 512
linksys-tftp>rexmt 1
linksys-tftp>timeout 120
linksys-tftp>trace
linksys-tftp>put WRT54G_WRT54GL.bin admin
linksys-tftp>quit

atftp can be used with the -P option, instead of linksys-tftp.