如何在android中显示服务器端的目录列表
我想知道是否可以在android中显示服务器端的目录列表。 目录列表只是服务器端带有文件夹图标的文件夹/文件名,实际上服务器端目录在Linux中,如“/home/public/user/abc”或“/home/public/user/a.jgp”。用户可以点击android中的文件夹/文件名。
谢谢
I want to know is it possible to show directory list of server side in android.
The directory list is just folder/file name with folder icon from server side, actually the server side directory is in linux like "/home/public/user/abc" or "/home/public/user/a.jgp". User can click the folder/file name in android.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里是本地文件选择器的完整代码。您可以修改它以非常轻松地与服务器交互。
Here is the full code for a local file chooser. You can modify it to interact with your server quite easily.