Use your router as TFTP server
Make an existing router as a TFTP server for your purpose
We all on occasion need a TFTP server, and grope for pumpkin or similar software whenever one is needed.
Did you know you could make an existing router a TFTP server for your purpose? All you need to do is to copy the necessary files in flash or RAM that you want to port on the other system, and then activate the IOS TFTP server.
Here's how:
Use the tftp-server [device]:[filename] command in global configuration mode as follows: r8#dir slot0: Directory of slot0:/ 1 -rw- 13961256 <no date> c3660-jk8s-mz.122-12b.bin 20709376 bytes total (6748056 bytes free) r8#conf t Enter configuration commands, one per line. End with CNTL/Z. r8(config)#tftp r8(config)#tftp-server slot0:? slot0:c3660-jk8s-mz.122-12b.bin r8(config)#tftp-server slot0:c3660-jk8s-mz.122-12b.bin r8(config)#^Z r8#