Remote Directory Listing

So, I’m trying to figure out the best way to get a directory listing on a remote web server. So, as an example, say I have 3 images in a directory located here - http://www.test.com/images/. In that directory are 3 images - 0001.png, 0002.png, and 0003.png. It’s possible that I would add more images to the directory at a later date, so the number of images in the directory may fluctuate.

I’d like to get a listing of all of the files in that directory and load them up into a table. Then I can the use display.loadRemoteImage() to pull down the images and store them locally.

I don’t know why I’m struggling with this so much, but I just can’t get my head wrapped around how to query the contents of the directory. Any thoughts or better ways to do this? Thanks.

Brian [import]uid: 141982 topic_id: 36235 reply_id: 336235[/import]

If your web server is running something like PHP you could do what this blog post does:

http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/

or

http://stackoverflow.com/questions/720751/how-to-read-a-list-of-files-from-a-folder-using-php

[import]uid: 199310 topic_id: 36235 reply_id: 143988[/import]

If your web server is running something like PHP you could do what this blog post does:

http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/

or

http://stackoverflow.com/questions/720751/how-to-read-a-list-of-files-from-a-folder-using-php

[import]uid: 199310 topic_id: 36235 reply_id: 143988[/import]

If your web server is running something like PHP you could do what this blog post does:

http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/

or

http://stackoverflow.com/questions/720751/how-to-read-a-list-of-files-from-a-folder-using-php

[import]uid: 199310 topic_id: 36235 reply_id: 143988[/import]

If your web server is running something like PHP you could do what this blog post does:

http://www.brightcherry.co.uk/scribbles/php-list-all-files-in-a-directory/

or

http://stackoverflow.com/questions/720751/how-to-read-a-list-of-files-from-a-folder-using-php

[import]uid: 199310 topic_id: 36235 reply_id: 143988[/import]