Reading UNIX file properties via C # via NFS

I have two servers.

  • solaris 10 acts as an NFS server.
  • win 2003 ernterprise server with UNIX / NFS extensions installed acts as NFS client

Win 2003 Server installed one part of Solaris system. How can I check (via C #) the original properties of a UNIX file (ex:) of a -rw-r--r--

remote file located on an NFS share?

+2


source to share


2 answers


I think you are at the mercy of the NFS client. Check its documentation to see if there is a developer API that allows you to do this.



0


source


hi you can check my project, i have developed several window libraries to use NFS v2 / v3 over c # .net



http://code.google.com/p/nekodrive

0


source







All Articles