Re: How do I get a directory listing using a HTTP Get

Daniel.Veilleux@LibertyMutual.com wrote:

> I would like to write a program that goes to a web site and does an HTTP GET
> and instead of coming back with an HTML page, I would like to come back with
> a directory listing of files.

This can't happen unless the server permits it.  If you have control of the
server, look into WebDAV (RFC-2518, http://www.webdav.org), which lets you use
a PROPFIND method to list the files.

--
/==============================================================\
|John Stracke    | http://www.ecal.com |My opinions are my own.|
|Chief Scientist |=============================================|
|eCal Corp.      |"You're nothing but a pack of ringleaders!"  |
|francis@ecal.com|--_Wyrd Sisters_, Terry Pratchett            |
\==============================================================/

Received on Tuesday, 26 June 2001 15:32:45 UTC