[Zope] Uploading lots of little files to zope

Thierry Florac thierry.florac@onf.fr
21 Dec 2001 09:08:10 +0100


On Fri, 2001-12-21 at 05:31, Bruce Eckel wrote:
> I now have lots of little files -- thousands -- to upload to Zope
> every time I do an update of a book. FTP-ing is quite painful. Is
> there some better solution; is there a way to upload a zip file and
> then expand it? Or is that something I must write an external
> method to do?

You could probably use LocalFS, which maps a physical filesystem
hierarchy into a Zope folder...
Look at zope.org for the URL and informations.

Thierry