[This is probably a question better suited to [EMAIL PROTECTED] On Sat, 7 Feb 2004, GEORGE JOSEPH wrote: > I am developing a client program which communicates > with the Apache server to download files in its > /var/www/html/media directory. > > I wish to get the Index listing of the above mentioned > directory ,in plain text format.Is that possible?
Not from mod_autoindex. See the mod_autoindex for the various formats it supports; but all are some variation of html. You may want to look at mod_dav, which provides some more structured (xml) methods for finding information about resources. Joshua.
