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.