A client/server TFTP in C for Linux
./build.sh
./TFTPserver/serverTFTP
./TFTPclient/clientTFTP <ip> <port> [<command>]
./clientTFTP 127.0.0.1 1069
./clientTFTP 127.0.0.1 1069 get test.txt
./clientTFTP 127.0.0.1 1069 "get test.txt"
./clientTFTP 127.0.0.1 1069 get test.txt blksize 2048