-
Notifications
You must be signed in to change notification settings - Fork 36
Home
DavidASeibert edited this page Oct 7, 2016
·
9 revisions
Welcome to the nfs-client-java wiki! If you're looking for a pure Java NFS client, or want to contribute to one, you're at the right place. This is a pure Java version, with no native code, so all NFS operations are handled through RPC calls, and the file system does not need to be mounted anywhere. If all you want is the executable, it's published in maven central, you can find the latest version at The Central Repository Search Engine.
The initial version supports NFSv3 (RFC 1813), but we plan to extend this to support other NFS versions as needed. We plan to use it in ecs-sync, but you're welcome to use it anywhere else you might want. It's licensed under Apache Version 2.