[Zope] download a file in a specific folder in the filesystem

Jonathan dev101 at magma.ca
Thu Aug 24 11:09:18 EDT 2006


----- Original Message ----- 
From: "Alan" <alanwilter at gmail.com>
To: <zope at zope.org>
Sent: Thursday, August 24, 2006 11:00 AM
Subject: [Zope] download a file in a specific folder in the filesystem


> Dears,
>
> I would to know how to download a file generated by a program outside 
> zope.
> I mean, I would like to download a file via zope webserver and such a
> file is located outside the zope space. Since zope treats everything
> as a object I have know idea of how "importing" the link to a file
> inside zope space.


If you want to store a file on the local filesystem and be able to access it 
via zope then you could look at localfs:

http://sourceforge.net/projects/localfs



Jonathan 



More information about the Zope mailing list