Hi I\'m trying to read all files from a given server. What I want to do:
I tr
You can not make use of NSFileManager to access the remote folders. This class is able to access the local directories only. If your server supports FTP connection then you can make use of CFFTPStream. CFFTPStream Reference