Skip to content

nurmohammed840/tftp.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivial File Transfer Protocol (TFTP) is a simple lockstep File Transfer Protocol which allows a client to get a file from or put a file onto a remote host.

TFTP is designed to be small and easy to implement. Therefore, It's a nice protocol to studying about network.

Because of simplicity, TFTP use very small memory footprint. Ideal for embedded systems.

Today, TFTP is virtually unused for Internet transfers, Generally only used on local area networks (LAN)

It implemented on top of the UDP/IP protocols using well-known port number 69.

About

Implementation of Trivial File Transfer Protocol

Topics

Resources

Stars

Watchers

Forks

Languages