Skip to content

mibst/tftp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFTP

Simple implementation of a TFTP server (RFC1350) in C

Usage

  • Server

Compile and execute the server:

cd server
make
sudo ./tftps [directory]

This server was implemented using the guidelines of the RFC 1350.

Pending tasks

  • Send error packets (noted in the RFC as "only courtesy".)

  • Implement RFC 2348 and maybe RFC 7440.

About

Implementation of TFTP server in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published