MyTftpd

Deadline: October 17th, 2014

1   Instructions

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.

2   Grading