#API code for .NET Framework?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Are there recommended implementation methods or components for accessing NetApp NFS paths through the .NET Framework on the Windows platform? Specifically, in cases where the default System.IO methods fail to access, are there alternative APIs, drivers, or authorization methods?
Will changing volume from nfs to ntfs help?
What is it you’re trying to do here? Access an NFS export from Windows using .NET? There’s probably a slew of things needed. NFS client installed on Windows, .NET would need to interface with the NFS client… I wonder…