/jtftp

Java TFTP (Trivial File Transfer Protocol) Server.

Primary LanguageJavaMIT LicenseMIT

JTFTP - Server

Java TFTP (Trivial File Transfer Protocol) Server.

USAGE:

import org.gracilianomp.jtftp.*;

...

  int port = 69 ;
  File dir = new File("/tmp/tftp") ;

  new TFTPDaemon(port , dir) ;

...

Command Line:

JAVA:

  $> java org.gracilianomp.jtftp.TFTPDaemon %port %directory

Gradle:

  $> ./gradlew run --args "%port %directory"

Features and bugs

Please file feature requests and bugs at the issue tracker.

Author

Graciliano M. Passos: gmpassos@GitHub.

Based in original work (MIT LICENSE) of:

License

MIT license.