Skip to content

ikor/tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFTP GoDoc Build Status

TFTP server implementation with in memory storage. Current version implements RFC 1350

Build

$ make build

Run

Server bind :1069 port. Port is configurable via TFTP_PORT variable

Server
$ ./cmd/server/ramtftp

Test with tftp client

$ tftp 127.0.0.1 1069

To change port number set TFT_PORT environment variable.

$ TFTP_PORT=10690 ./cmd/server/ramtftp

$ make test

About

TFTP server implementation with in memory storage

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages