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

后端 未结 8 1689
既然无缘
既然无缘 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条回答
  • 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

    0 讨论(0)
  • 2020-12-31 23:18

    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

    0 讨论(0)
提交回复
热议问题