Re: Web folder content list
Re: Web folder content list
- Subject: Re: Web folder content list
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 26 Jan 2004 18:05:28 +0100
At 17:29 Uhr +0100 26.01.2004, Lorenzo wrote:
How can I get the list of the items placed within
a folder whose URL is ?
http://www.mydomain.com/myfolder
HTTP doesn't really support listing folders. If you can log in via
FTP, then you could get a directory listing of the corresponding
folder.
The directory listings you usually see on web servers are HTML pages
generated dynamically by the server. If that server happens to do
that for this folder, you could of course parse the HTML for URLs and
IMG tags and other URLs.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.