Re: An API for index.html contents?
Re: An API for index.html contents?
- Subject: Re: An API for index.html contents?
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 24 Jun 2005 18:05:16 +0100
On 6/24/05, Lorenzo <email@hidden> wrote:
> What I have to do is a small sync between the remote and the local jpg files
> at launch. I thought it was easier and that I could have counted on a
> standard protocol. But I am realizing it is not so. True?
HTTP does not provide any way to list directory contents. Some web
servers will generate some HTML on the fly to represent the contents
of a directory, but this is dependent on the configuration and you
shouldn't rely on it if you don't have control over the server in
question.
WebDAV provides extensions to the HTTP protocol for listing
directories, amongst other things.
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden