是否有可以执行 Windows RDP 方法的库/包装库?
我遇到过这种情况,我只有 RDP 访问权限,从本地传输文件的唯一方法是通过 RDP 复制和粘贴。
我想通过编写一个 C# 表单应用程序来自动化该过程,该应用程序可以使用 RDP 协议进行文件传输或其他 RDP 内容。
是否有可用的库来执行此操作?
I had this situation I only have RDP access and the only way to transfer files over from local is copy and paste via RDP.
I would like to automated the process by writing a C# form application that can use the RDP protocol to do file transfer or other RDP stuff..
Is there a library available to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遇到
在哪里可以找到关于 C# MSTSCLib 的文档,特别是 MsRdpClient 类?
但是,我仍然找不到任何通过 RDP 传输文件的有用文档(例如我们如何自动复制和删除/删除远程服务器)
came across
Where can I find documentation on the C# MSTSCLib, specifically the MsRdpClient classes?
But still, i can't find any useful documentation for transferring file over via RDP (like how we copy and drop/delete off the remote server automatically)