Re: Generate HTML index of a directory



Dave Farrance wrote:
Anybody know of a utility to generate an HTML index of a directory?

I want to generate the index before uploading the directory content to
my web site because my ISP's web-server doesn't automatically index
directories. I've seen some PHP scripts on the web to do the job
dynamically but that doesn't help because I want to create a static
index with relative links to the files.

Why not use one of those PHP scripts locally, if you can persuade it to make relative links? Use apache and wget to make your static HTML.

Anahata
.



Relevant Pages