I’m trying to access a web server and get all of the files in a directory, but only using a link to the directory, not links to the individual files. Is there anyway to do this? NSFileManager has a getURLsToFilesInDirectory or something to that effect but it doesn’t appear to work on servers. Any help is greatly appreciated.
Thanks,
I dont think this is posible without any server side code.
I suggest to write a code Read files from directory in php and list out entries in a json file
this question will help you to do that