Windows RDP 将数据从服务器发送到客户端?
我想编写一个可以将文件从服务器发送到客户端的应用程序:
- 使用Windows远程桌面从客户端登录服务器。
- 服务器上的应用程序可以反向连接到客户端,并使用与远程桌面相同的端口向客户端发送多个文件。
- 客户端上的应用程序可以接收这些文件。
找不到任何解决方案来做那种事情。有什么想法吗?
I want to write a application that can send files from server to client:
- using windows Remote Desktop login the server from the client.
- the application on the server could reversely connect to the client and send several files to the client using the same port as the Remote Desktop.
- A application on the client can receive the files.
can't find any solution to do that kind thing. Any idea??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用远程桌面虚拟通道。请参阅此博文了解示例虚拟通道应用程序。
You can do this using Remote Desktop virtual channels. See this blog post for a sample virtual channel application.