1

i need my application to get a file from a Terminal Server Client (my C drive) and move it to the server, is it at all possible to do with .NET?

i can't seem to find any help online. how would i write out the file path?

4

1 回答 1

1

您可以使用 RDS API 实现对终端服务器(现在称为远程桌面服务)的支持:http:
//msdn.microsoft.com/en-us/library/aa383015.aspx

协议:http:
//msdn.microsoft.com/en-us/library/aa383015%28v=vs.85%29.aspx

还要检查虚拟频道:http:
//msdn.microsoft.com/en-us/library/aa383509%28v=vs.85%29.aspx

于 2012-12-14T19:42:27.460 回答