nfs4j icon indicating copy to clipboard operation
nfs4j copied to clipboard

Pure Java NFSv3 and NFSv4.1 implementation

Results 46 nfs4j issues
Sort by recently updated
recently updated
newest added

Hello! Could you make an executable JAR file for nfs4j, and release it? Then people could actually use this, without first becoming a java expert. Example: java -jar nfs4j_server.jar arg1...

Hello! Could you please add a nfs4j hello world style java class with a main(), so people can export a single directory tree directly after building the sources, and not...

*Android* kernels don't have NFS by default, so I'm trying to use this in *Android*. I see however that only millisecond timestamp resolution is supported. NFS supports nanosecond timestamp per...

enhancement

Looking for downloading the file from file share using NFS4.

question

Despite the fact that the NFS v4 protocol specifies attributes to query the quota (https://tools.ietf.org/html/rfc5661#section-5.8.2.28), the Linux client doesn’t implement it, as the quota is not associated with a user...

enhancement

Hi! I saw this library and tried it out as an user space client and it worked for my use-case. However it seems that the implementation in the `basic-client` module...

question

Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.2.22.RELEASE to 6.1.14. Release notes Sourced from org.springframework:spring-context's releases. v6.1.14 :star: New Features Use Locale.ROOT for locale neutral, case insensitive comparisons #33708 Improve checks for relative paths...

dependencies

Windows Server 2022 NFSv4 server has an export option called HideFilesBeginningInDot which is enabled by default, and sets the NFSv4 WORD0_HIDDEN attribute to true if the file name starts with...

info needed

Some workloads require opening a single file multiple times in a single process. To reduce extra network roundtrips, read/write delegations should be handled on OPEN.

enhancement
rfc compiance

Please add support for OP_PUTPUBFH, to support mounting the "public" tree.