Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 593 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 593 Bytes

TFTP

Simple impelementation in C of TFTP protocol. The project include a client and a multithread server.

Trivial File Transfer Protocol (TFTP) is a simple protocol to transfer files. It has been implemented on top of the User Datagram Protocol (UDP). TFTP is designed to be small and easy to implement, and therefore it lacks most of the features of a regular FTP. TFTP only reads and writes files (or mail) from/to a remote server. It cannot list directories, and currently has no provisions for user authentication (http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol)