Thread: index.htm
View Single Post
Old 06-02-2004, 12:11   #4 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,147
i was wrong. you can do it using ssi in a very crude way. maybe you can find a way to smooth it out.

the following will give you a directory listing.

<pre>
<!--#exec cmd="ls" -->
</pre>

or, on Windows

<pre>
<!--#exec cmd="dir" -->
</pre>

depends on your server and configuration etc.
  Reply With Quote