4

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.

Dmytro
  • 2,522
  • 5
  • 27
  • 36

1 Answers1

2

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

paiv
  • 5,491
  • 22
  • 30