I am looking for a way to include a directory browsing feature for an intranet website.
I have an XHTML intranet site that resides for example /ads. In there is a directory /ads/browse. I wish to be able to browse the contents of that directory in either an IFRAME tag or a new window. I am able to do by just pointing the IFRAME to /ads/browse/, but the problem is there is no way to modify the view. Some of the filenames in this directory are too long to see and this generic view does not allow making the columns wider.
Is there a script somewhere that will allow the viewing I am talking about that will run on UNIX?
Much o' thanks in advance.