Skip to content

neilchetty/tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Implementation of tftp protocol in C (RFC 1350)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors