libnfs 3.0.0 Client library for accessing NFS shares

LIBNFS is a client library for accessing NFS shares over a network. LIBNFS offers three different APIs, for different use :

  1. RAW, a fully asynchronous low level RPC library for NFS protocols. This API provides very flexible and precise control of the RPC issued.

  2. NFS ASYNC, a fully asynchronous library for high level vfs functions

  3. NFS SYNC, a synchronous library for high level vfs functions.