Accessing NFS from Java
812388Jul 4 2012 — edited Jul 4 2012I have requirement to create and write files on a NFS file storage. I need to do this from a Java application running on Windows 2008 Server.
How do i implement this requirement?. Is there any Java Library to achieve this?.
I have read documentation on WebNFS (Java Extended File System API). Where can i download this library?.
WebNFS is renamed to YaNFS and made as open source (http://java.net/projects/yanfs). But YaNFS project doesn't appear to be active anymore.
Thanks.