Skip to content

A Java TFTP client/server.

Notifications You must be signed in to change notification settings

guym4c/java-tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 

Repository files navigation

java-tftp

A client and server that implements the TFTP protocol over UDP. There is no support for error handling other than file-not-found errors, and no support handling datagram duplication in the network.

Due to the nature of TFTP, the client and server are extremely similar and therefore share almost all code. The server will start a new thread for each incoming connection.

About

A Java TFTP client/server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages