Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 353 Bytes

File metadata and controls

14 lines (12 loc) · 353 Bytes

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]