Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

tnfs-java-server

You want this module if you intend to write your own TNFS server in Java.

If you are looking for a ready-made TNFS server, see tnfs-java-daemon

TODO

  • Connection timeouts.
  • Diretory paging.

Installation

The library is on Maven Central, so just add to your POM, or your build systems equivalent. See the Home Page for the current version.

<dependency>
	<groupId>uk.co.bithatch</groupId>
	<artifactId>tnfs-java-server</artifactId>
	<version>x.y.z<version>
</dependency>