2

I am looking for a NuGet package or library which can help me to connect with a v4 NFS client for my dotnet7 web application using C#.

So far I have found only this library which was last updated about a decade ago: Nekodrive

Is there any other way to mount/read/write files to NFS using C# and .net7?

Maytham Fahmi
  • 31,138
  • 14
  • 118
  • 137
Walter
  • 133
  • 1
  • 10

1 Answers1

2

The only library I know that is made in 2021 in net standard 2.1 which mean is compatible with .net core 7 is NuGet NFS-Client.

The source code for the solution to be found https://github.com/SonnyX/NFS-Client

As you can see in the code base, it is compatible with version NFS Client v.4 as well as 2 and 3.

NFS Client

I have not used this library before but is suggested by a friend of mine.

Maytham Fahmi
  • 31,138
  • 14
  • 118
  • 137