将文件上传到在终端服务下运行的 VB.NET 应用程序
我们正在 VB.NET 中开发一个应用程序,该应用程序需要容纳远程用户通过 MSTSC.exe 客户端使用 RDP 登录到 Microsoft 终端服务器。
是否可以提供一个“上传”按钮,允许远程用户从他/她的本地硬盘驱动器中选择文件并上传到服务器?
We are developing an application in VB.NET that will need to accomodate remote users logging onto a Microsoft Terminal Server using RDP through the MSTSC.exe client.
Is it possible to offer an 'Upload' button which will allow the remote user to pick a file from his/her local hard drive and upload to the server ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Windows 远程桌面客户端中,每个用户都必须启用一个选项。在本地资源下,按更多...。您可以在此处选择希望终端服务器查看的本地驱动器。这些驱动器将作为终端服务器上的网络驱动器出现。
我不知道您是否需要在终端服务器上设置任何内容。您可能需要在防火墙上打开其他端口。
In the Windows Remote Desktop client, each user will have to enable an option. Under Local Resources, press More.... Here you can select the local drives you want the Terminal Server to see. The drives will come up as a network drive on the Terminal Server.
I don't know if you need to set up anything on the Terminal Server. You may need to open additional ports on the firewall.