Windows RDP 将数据从服务器发送到客户端?

发布于 2024-10-13 04:01:09 字数 193 浏览 5 评论 0原文

我想编写一个可以将文件从服务器发送到客户端的应用程序:

  1. 使用Windows远程桌面从客户端登录服务器。
  2. 服务器上的应用程序可以反向连接到客户端,并使用与远程桌面相同的端口向客户端发送多个文件。
  3. 客户端上的应用程序可以接收这些文件。

找不到任何解决方案来做那种事情。有什么想法吗?

I want to write a application that can send files from server to client:

  1. using windows Remote Desktop login the server from the client.
  2. 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.
  3. A application on the client can receive the files.

can't find any solution to do that kind thing. Any idea??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂牵梦绕锁你心扉 2024-10-20 04:01:09

您可以使用远程桌面虚拟通道。请参阅此博文了解示例虚拟通道应用程序。

You can do this using Remote Desktop virtual channels. See this blog post for a sample virtual channel application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文