I have an unshared folder on server and i want to access to it from clients by c# code.Is there any way to do this? If yes how?
please help
thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are a admin (or domain admin) then you can use the implicitly shared C$.
If the file is at ‘c:\foo\bar.html’ on server named myserver, then try this:
Note that this only works when you are an administrator of the server.