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
- Connection timeouts.
- Diretory paging.
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>