how to export all files in the directory?

Xu Jingtao <[email protected]> Wed, 21 Sep 2011 17:32:23 +0800 (CST)
Newsgroups gmane.lisp.cl-http
Message-ID <[email protected]>
Hi www-cl:

I use following codes export my directory in cl-http
=====================================================
(export-url (format nil "http://~A:8000/clouds/" *host-ip*)
            :directory :pathname "/home/www/down/"
            :expiration '(:no-expiration-header)
            :character-set :utf-8
            :recursive-p t :expiration '(:no-expiration-header))
=====================================================
But if file in this directory has no suffix or suffix is not a text file,it could not be read
from web browser.
For example, file name "context" & "context.centos" is bad,and file name "context.txt" is good.

Do anyone know how to fix it to allow all files could be exported in that directory?

With best regards.
jingtao.

_______________________________________________
WWW-CL mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/www-cl