Where can I find a C#/.NET NFS implementation?

Peter picture Peter · Aug 5, 2009 · Viewed 7.9k times · Source

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 needed but the client doesn't have to be C#, there must be some thing out there?

Answer

ShuggyCoUk picture ShuggyCoUk · Aug 5, 2009

Assuming you weren't looking at this as a learning experience I would have suggested taking a C++/C implementation and wrapping it via C++/CLI.

However the only mention of an open source windows client for NFS 4 is this project with the financial support of MS and the university who wrote the reference implementation for many other OS's

That that this is their statement of intent and suggests a two year project sorry.