Deadline: October 17th, 2014
Implement a server program for the TFTP protocol (RFC 1350).
Your program must match the following documentation:
Usage: mytftpd [ADDR] [PORT] Start serving the current directory over TFTP. If ADDR is specified, bind to that address only. If both ADDR and PORT are specified, bind to the specified port.
For extra credits you may implement RFC 2348 or 2349 to support file sizes greater than 32MB.
Copyright © 2014, Raphael ‘kena’ Poss. Permission is granted to distribute, reuse and modify this document and other documents for the Systems Programming course by the same author according to the terms of the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.