【问题标题】:Access local network files with android [closed]使用android访问本地网络文件[关闭]
【发布时间】:2013-01-08 19:05:58
【问题描述】:

我想通过 Android 应用程序访问我的 LAN(在 NAS 或 PC 上)上的文件,就像在 Windows 上通过在资源管理器中键入 \pcname\ 一样。我知道这在 Android 上是可能的,因为还有其他应用程序可以做到这一点(例如https://play.google.com/store/apps/details?id=com.rhmsoft.fm)。

我已经尝试将文件作为本地文件访问(new File("\\pcname\"))。不用说这不起作用。我在网上搜索教程,但我找到的每个教程都是使用 ftp、http 等的。

【问题讨论】:

    标签: java android file networking nas


    【解决方案1】:

    使用 java.net.URL,您可以使用像 ftp://servername/path/to/file 这样的 ftp url。访问windows共享需要使用SMB协议(有类似问题:How to access share folder in windows through android and read files

    【讨论】:

    猜你喜欢
    • 2014-08-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-10-16
    • 1970-01-01
    • 2021-05-22
    • 2022-01-21
    相关资源
    最近更新 更多