I want to develop an application that can reads contents from a folder shared on a Windows Desktop.
I've found that there is a Samba implementation to share iOS folders to windows, but I've found yet what I'm looking for.
How can I read windows shared folders from my iOS device programatically?
There is a protocol called SMB to share folders on Windows, isn't it? Is there an implementation of that protocol on iOS SDK?