geting the folders contents via http

2008-11-13 Thread Valentin Dan
Hi, Is there a way to get the files in a folder like: http://mysite.com/myfolder/; ? I have a bunch of pictures there and I want to go through them, select one and put it's content in a NSTableView's cell. I'd like to get their path in some sort of list ... something like a NSArray

Re: geting the folders contents via http

2008-11-13 Thread Nick Zitzmann
On Nov 13, 2008, at 10:00 AM, Valentin Dan wrote: Is there a way to get the files in a folder like: http://mysite.com/myfolder/; ? Not with any of the built-in classes. If mysite.com supports WebDAV (e.g. iDisk), then you could use a third-party framework like ConnectionKit to get a

Re: geting the folders contents via http

2008-11-13 Thread Jean-Daniel Dupas
Le 13 nov. 08 à 18:00, Valentin Dan a écrit : Hi, Is there a way to get the files in a folder like: http://mysite.com/myfolder/; ? I have a bunch of pictures there and I want to go through them, select one and put it's content in a NSTableView's cell. If your server allows directory