You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current client code is in alpha state and used for server testing only. Depending on your requirements you might try to adopt it to your needs, but that might involved quite some development effort. Is it metadata operations on you need IO as well? I
have an other pet-project https://github.com/kofemann/nfs41-nio2 that aims to provide java NIO2 filesystem provider that talks NFSv4.1, but it's in very early stage.
The client code is still in alpha state as the library is developed with the main focus on server functionality. However, it contains all building blocks for upload and download files. For example, dCache's NFS proxy is implemented based on it
We want to use NFS protocol to directly connect to the NFS share for accessing the files without mounting,
so, Can nfs4j library be used for NFS Client implementation for 4 and 4.1 versions on production??
If can't, do we have some other alterative solutions for the same which supports version 4 and 4.1?
The text was updated successfully, but these errors were encountered: