Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 503 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 503 Bytes

tftp

Basic client/server for TFTP (Trivial File Transfer Protocol).

Implementation started from scratch without using any library.

Respect theses RFC:

  • RFC1350: TFTP Protocol (Revision 2)
  • RFC2347: TFTP Option Extension. In particular:
    • RFC2348: TFTP Blocksize Option
    • RFC2349: TFTP Timeout Interval and Transfer Size Options