简体   繁体   English

显示网站上远程桌面计算机上的文件夹和文件

[英]Display folders and files from a remote desktop computer on a website

I've been trying to make a website which is able to display all the folders and files which is placed on a remote computer, and here afterwards but is there a good way to do this? 我一直在尝试建立一个网站,该网站能够显示放置在远程计算机上的所有文件夹和文件,然后在这里,但是有什么好方法吗? I've been looking on RDP and RDC and here you have to use a remote desktop application in order du do this. 我一直在寻找RDP和RDC,在这里您必须使用远程桌面应用程序才能执行此操作。 i'm working with asp.net, C# and javaScript 我正在使用asp.net,C#和javaScript

But is there a way to display the folder system on a website like : 但是有没有一种方法可以在网站上显示文件夹系统:

C: drive (freesspace) (then comes all the folders on c drive) folder 1 (and in each folder comes all the files) file 1 file 2 file 3 folder 2 folder 3 C:驱动器(freesspace)(然后是c驱动器上的所有文件夹)文件夹1(每个文件夹中都包含所有文件)文件1文件2文件3文件夹2文件夹3

i've been looking alittle on ConnectionOptions and it looks like it would do the trick, but does it work? 我一直在寻找ConnectionOptions的小菜一碟,看起来可以解决问题,但是行得通吗? and/or is there another way. 和/或还有另一种方法。 found this link http://social.msdn.microsoft.com/Forums/vstudio/en-US/27ea1e6d-dc11-4ed0-a3d8-1d1462231848/remotely-access-the-computer-c but not sure if it would work. 找到了此链接http://social.msdn.microsoft.com/Forums/vstudio/en-US/27ea1e6d-dc11-4ed0-a3d8-1d1462231848/remotely-access-the-computer-c,但是不确定它是否可以工作。

Need your help! 需要你的帮助! Regards Kasper 问候卡斯珀

If you are looking for a file manager, see this question: Best free file manager for ASP.Net 如果您正在寻找文件管理器,请参见以下问题: ASP.Net的最佳免费文件管理器

The best option is this guy: http://www.izwebfilemanager.com/ 最好的选择是这个人: http : //www.izwebfilemanager.com/

With that said, it is a little dubious of a security proposition to expose the entire hard drive of a remote machine in a web app. 话虽如此,在Web应用程序中公开远程计算机的整个硬盘驱动器的安全性主张有点怀疑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM