TFTP protocol implementation in C language

A TFTP protocol is a simple lockstep File Transfer Protocol which allows a client to get a file from or put a file onto a remote host. This C implementation is suitable for embedded systems or machines with limited resources.

Source code