Get all folders of URL

前端 未结 3 464
鱼传尺愫
鱼传尺愫 2020-11-30 14:56

Hi I\'m trying to read all files from a given server. What I want to do:

  • Read all the folders
  • Get the file URLs inside the folders

I tr

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 15:30

    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

提交回复
热议问题