1

我想列出所有文件的 url。文件存在于网站上。它们位于网站的公共目录中。访问 url 不需要 Ftp 访问权限。所以不需要基于 ftp 的编程。

例如 - www.mysite.com/myimages/(多个文件)

我想将所有文件的 URL 路径存储在 NSMutableArray 中。任何人都可以帮助我或向我解释使用objective c在iphone中执行此操作的正确方法吗?

希望得到解决方案,谢谢,Tuhin Bhatt

4

1 回答 1

0

I think below approach will be one to solve the problem.

You have to make a simple web-service api that will simple return the all url links in json / xml format. Then you parse the response and store those in a NSMutableArray

于 2013-01-10T09:30:23.737 回答