TFTP proxy topic
Presentation of the subject:
TFTP is a relatively lightweight file transfer protocol defined by RFC 1350.
It uses the UDP protocol as the transport layer.
Note:
- To create this proxy, you will therefore write a TFTP server which, instead of reading or writing the files on the partition, will simply act as a TFTP client for a second TFTP server.
- As TFTP client and TFTP server software, you can use "tftpd64.exe" under Windows or install the corresponding packages under Unix (Mac or Linux).