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

后端 未结 8 1690
既然无缘
既然无缘 2020-12-31 22:24

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

8条回答
  •  一整个雨季
    2020-12-31 23:14

    I recommend starting with the latest stable source code of NFS, and then run it from Cygwin (see below). You would then start with a fully-functional well-tested NFS client and server, which you could then tweak as you desire.

    Try this site: Cygwin NFS Server HOWTO

提交回复
热议问题