简体   繁体   English

c#将文件从远程计算机传输到终端服务器

[英]c# Transfer file from remote machine to terminal server

I am creating an app that will be used with terminal services, and I have created a explorer that will allow me to transfer files. 我正在创建一个将与终端服务一起使用的应用程序,并且已经创建了一个资源管理器,它将允许我传输文件。 this is first of all only on local machine. 首先,这仅在本地计算机上。 Is there a way that will allow me to connect to the remote machine access their common library. 有没有一种方法可以让我连接到远程机器的人访问他们的公用库。 that would allow them to choose desktop and Documents folders. 这样他们就可以选择桌面和“文档”文件夹。 I have been trying to get the IP address of the remote machine by Code Projects Grabbing Information Of Terminal Services . 我一直试图通过Code Projects Grabinging Terminal Services的信息来获取远程计算机的IP地址。 I guess I'm really at a loss of words here, I'm not sure where to begin to start this process. 我想我真的很茫然,我不确定从哪里开始这个过程。 any help or Ideas links would be very helpful. 任何帮助或“想法”链接都将非常有帮助。

Thanks so much! 非常感谢!

Where is your file? 您的文件在哪里? In the net folder, or not? 在网络文件夹中,还是没有? Can you install serviceses on target machine? 可以在目标机器上安装服务吗? You can use Process.Start method in combination with Mark Russinovich utilities or powershell remoting. 您可以将Process.Start方法与Mark Russinovich实用程序或Powershell远程处理结合使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM