远程桌面预览和程序控制 [英] Remote Desktop preview and programm control

查看:68
本文介绍了远程桌面预览和程序控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助任何一个人
我们如何在不使用远程桌面管理器的情况下从服务器计算机上运行程序或将文件发送到远程计算机(或每个客户端计算机一次使用不同的程序)发送到远程计算机.但必须预览服务器上所有客户端.

Antaru

Please help any one
How we can run a program or send a file or both to remote computer from server computer(Different program for every client computer at a time) without using remote desktop manager. but preview of all client on server is necessary.

Antaru

推荐答案

您不需要为此使用Desktop Manager.

发送文件"听起来像是在远程计算机上运行FTP服务器.在远程计算机上设置FTP服务器.

有许多代码示例显示了如何充当FTP客户端.首先,在CodeProject上进行搜索:FTOCient C#-会发现您绰绰有余;谷歌也是一样.更好的是,请参见类System.Net.FtpWebRequest上的Microsoft帮助: http://msdn.microsoft .com/en-us/library/system.net.ftpwebrequest.aspx [ ^ ],并提供了简单明了的代码示例.

如果您的远程计算机上运行着HTTP服务器,那么另一个机会可能对您有用,那么您可以使用HTTP上传.为此,您需要在服务器端至少创建一个上传页面.如果需要安全性,则需要HTTPS而不是HTTP( http://en.wikipedia.org/wiki/HTTPS [^ ]).

如果您可以拥有FTP服务器,而又不太在意安全性,那么它是一个更好,更轻松的选择.

有关FTP安全变体的概述,您可能需要阅读以下内容: http://en.wikipedia.org/wiki/SFTP [ ^ ],http://en.wikipedia.org/wiki/FTPS [ ^ ],供初学者使用.

—SA
You don''t need Desktop Manager for this purpose.

"Send file" sounds like running FTP server on your remote computer. Setup the FTP server on remote computer.

There are a lot of code samples showing how to act as an FTP client. First of all, make a search on CodeProject: FTOCient C# — will find you more than enough; Google the the same thing. Better yet, see Microsoft help on the class System.Net.FtpWebRequest: http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx[^] and supplied simple and clear code samples.

Another opportunity would possibly work for you if you have a HTTP server running on your remote computer, then you could use HTTP upload. To do this, you need to create at least one upload page in the server side. If you need security, you would need HTTPS instead of HTTP (http://en.wikipedia.org/wiki/HTTPS[^]).

If you can have FTP server and not very concerned about security, it''s a much better and easier option.

For overview on the secure variants of FTP, you may want to read this: http://en.wikipedia.org/wiki/SFTP[^], http://en.wikipedia.org/wiki/FTPS[^], for starters.

—SA


这篇关于远程桌面预览和程序控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆