How to access Wi-Fi network resources from iOS devices

I am wondering how can I access files on a network share from iOS devices? I know that I can discover network resources using the Bonjour protocol, but how can I get a list of files and folders and upload files? Should I use the Apple Filing Protocol Are there any classes for this in the iOS SDK? Thanks.

+4
source share
1 answer

This guy implements the SMB client for iOS from scratch: https://github.com/38leinaD/tango That's all I know (:

There are at least two applications that officially do this, so it should be possible: 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

+2
source

All Articles