从Windows服务访问受保护的网络文件夹

时间:2013-05-29 20:11:08

标签: c# networking ftp windows-services networkcredentials

我遇到以下问题: 我需要使用Windows服务从网络文件夹中复制一些文件。我已经阅读了有关服务会话和用户会话的信息,但仍然没有找到类似于我的案例:

Network Folder: \\192.168.10.1\Parent\Folder  
User to access the folder: administrator  
Pwd to access the folder: folderpwd

从用户会话中我可以成功访问它,用户使用报告的凭据(在访问之前显示登录弹出窗口)

Windows Credentials: (Windows Server 2003 R2 x86)  
Windows User: administrator  
Windows Pwd: P@ssword  

Windows服务:InputMonitor (written in c#)

我应该在哪个用户下运行服务输入监视器?
我尝试了不同的组合,但仍然无法访问该文件夹。

提前致谢

0 个答案:

没有答案