Skip to content

mattimo/fluxtftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluxtftp

A small tftp server that supports adding files via a client.

Usage

To use the server you may start it in deamon mode

$> fluxtftp -d &

and then Update the file that shall be server with

$> fluxtftp <filename>

Limitation

  • Currently we only serve on Port 6969
  • The server should neve be run as root.
  • No configuration, everything is hardcoded

Thanks

Thanks to epeli, author of hookftp from where the tftp code was taken.

About

A fluxing tftp server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages