libnfs

C client library for NFS protocol implementation and development

brewmacoslinux
Try with needOr install directly
Source

About

C client library for NFS

Commands

libnfs

Examples

Mount NFS share and list files using libnfs library$ nfs-ls nfs://server/export/path
Copy file from NFS share to local system$ nfs-cp nfs://server/export/file.txt ./local_file.txt
Compile C program linking against libnfs library$ gcc -o nfs_client program.c -lnfs