IOS - how to write file to network share?
i'm开发者_如何学JAVA trying to create and write a file to a network share (smb). i have some data stored in an NSData object and need to write the content to a network share at \\media\file.xml
any help or advise would be greatly appreciated! thanks!
Search your favorite search engine on "samba iOS" or similar terms. You want an API for connecting to an SMB service, which is what an iOS port of Samba can help provide.
精彩评论