开发者

accessing a network drive programmatically on ios

开发者 https://www.devze.com 2023-03-09 13:15 出处:网络
Is it possible t开发者_开发技巧o access a network drive with ios dev? I\'m looking for a way to access to a network drive and be able to browse within it or pick file from it.

Is it possible t开发者_开发技巧o access a network drive with ios dev?

I'm looking for a way to access to a network drive and be able to browse within it or pick file from it.

Otherwise is it possible to access to a network shared directory?


What file system is used on the network drive? How do you access it currently or is this a new application?

Can you access it using WebDAV? If so, see https://github.com/ccgus/flycode/tree/master/WebDAV for an example for iOS.

0

精彩评论

暂无评论...
验证码 换一张
取 消