如何从 iOS 设备访问 WiFi 网络共享
我想知道如何从 iOS 设备访问网络共享上的文件?我知道我可以使用 Bonjour 协议发现网络共享,但是我怎样才能获得文件和文件夹列表以及下载文件?我应该使用 Apple Filing Protocol iOS SDK 中有相关类吗? 谢谢。
I'm wondering how I can access files on a network share from iOS devices? I know that I can discover network shares using Bonjour protocol but how can I get a list of files&folders and download files? Should I use Apple Filing Protocol Is there any classes for this in iOS SDK?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这家伙从头开始为 iOS 实现了 SMB 客户端:https://github.com/38leinaD/tango
这就是我所知道的全部(:
至少有两个应用程序正式执行此类操作,因此它必须以某种方式实现:
文件浏览器
http://itunes.apple.com/us /app/filebrowser-access-files-on/id364738545?mt=8
网络门户
http://itunes.apple.com/us /app/netportal-access-files-on/id323133602?mt=8
This guy implements SMB client for iOS from scratch: https://github.com/38leinaD/tango
This is all I know (:
There are at least two apps that do this sort of thing officially, so it must be possible in some way:
FileBrowser
http://itunes.apple.com/us/app/filebrowser-access-files-on/id364738545?mt=8
NetPortal
http://itunes.apple.com/us/app/netportal-access-files-on/id323133602?mt=8