Possible Duplicate:
Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials
I need to read/write to a shared path. I was wondering if there was something similar to the JCIFS library for java in C#?
If not, how do I accomplish this by providing a domain, username and password.
Any help is much appreciated.