I’m looking for some stand alone library to access NFS shares.
I am not looking for mounting the shares, just browsing and accessing the files for reading.
Preferable something with a simple simple API similar to regular POSIX operations of opendir, scandir, read and etc.
Thanks in advance!
Here’s a link to this NFS client library, but it looks promising, to quote:
Here is another link that might explain the limitation of the 256 files opened simultaneously here on sourceforge.net, see B3 of the FAQ there on sourceforge…
Edit: Here’s a question that was posted here on Stackoverflow in respect to recursively reading a directory that could be easily modified to scandir…