C client library for NFS protocol implementation and development
C client library for NFS
libnfs
$ nfs-ls nfs://server/export/path
$ nfs-cp nfs://server/export/file.txt ./local_file.txt
$ gcc -o nfs_client program.c -lnfs