Implementation of TFTP (Trivial File Transfer Protocol) in C Building Requirements Clang version >= 16.0.0 Make version >= 3.81 Linux/UNIX environment Building Steps Clone repository git clone https://github.com/neilchetty/tftp.git tftp Build project make Run execuatable with parameters ./tftp [folderToShare] [portNumber]