如何从 Web 目录中获取文件夹中的所有文件(它们的文件路径)?
How to get the all the files(their file paths) in a folder from a web directory?
我正在尝试制作一个显示来自 http://192.168.201.254/media/, to do that I need to get all the file paths under http://192.168.201.254/media/ 的所有文件的 UWP 文件浏览器应用程序,有没有办法做到这一点?
客户端只能通过 HTTP 请求已知文件 URL。
服务器可以配置为吐出一个 HTML 文件列表作为目录的默认页面,您可以在客户端处理它。
我正在尝试制作一个显示来自 http://192.168.201.254/media/, to do that I need to get all the file paths under http://192.168.201.254/media/ 的所有文件的 UWP 文件浏览器应用程序,有没有办法做到这一点?
客户端只能通过 HTTP 请求已知文件 URL。
服务器可以配置为吐出一个 HTML 文件列表作为目录的默认页面,您可以在客户端处理它。