连接到远程 MS 服务器并管理特定文件夹
这对我来说是第一次,所以我会尽力做到具体。我的项目的目的是使用 Windows 应用程序连接到远程服务器。用户登录应用程序后,它将自动连接到远程服务器并打开用户指定的文件夹并显示 Windows 应用程序中的文件夹。此时 FTP 不是一个选项。
我的问题是我已经尝试过 AxMSTSCLib 功能,但那是打开远程桌面,这不是我需要的。我该从哪里开始呢?或者至少如何与远程服务器建立连接并显示该用户的文件夹?
This is a first for me so I will try to be as specific as I can in this. The intent of the project I have is to connect to a remote server using a Windows application. Once the user signs into the application it will automatically connect to the remote server and open the user's designated folder and display the folders within the Windows application. FTP is not an option at this point.
My question is I have already tried AxMSTSCLib functionality but that is opening a Remote Desktop which is not what I need. Where would I start? Or at least how do I establish a connection with the remote server and display the folder for that user?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我了解,您正在尝试在应用程序中实现文件浏览器之类的功能。请查看此链接是否对您有帮助。
在 Windows 窗体应用程序表单中嵌入文件资源管理器实例< /a>
As per my understanding, you are trying to implement File Browser sort of functionality in your application. Please see if this link is of any help for you.
Embedding a File Explorer instance in a Windows Forms application form