Is there any implementation of the NFS protocol written in C# or a good documentation thats easy to read so I can implement my own..
Both server and Client are neede
Hi you can check at my open source project http://code.google.com/p/nekodrive You can use directly NekoDrive.NFS c# library that wraps my implementation of V2 e V3 NFS Protocol (V4.1 is coming).. It doesn't support the full protocol yet but It works for basic browsing/download/upload functions..
hope this helps
These links may help:
The first is a Code Project article describing an implementation of a C# NFS Server
http://www.codeproject.com/KB/IP/NFSServer.aspx
The second is the public github repo. that contains the source
https://github.com/petebarber/NFS