[Zope] how to open simple text files in zope with python
Tino Wildenhain
tino at wildenhain.de
Sun Oct 17 12:31:54 EDT 2004
Hi,
Am So, den 17.10.2004 schrieb www.stani.be um 9:28:
> Hi,
> Is there any way possible to open/get the contents of
> simple text files (*.txt) in zope. Or is this
> prohibited out of security reasons?
> Stani
Where are the "text files"? If in filesystem, plain
Zope cannot. For security reasons. (/etc/passwd and
co are plain text files too :-)
Usually you dont need to bother because you can
upload these into Zope. For special cases there
exist several solution ranging from external method
to localfs and extfile products.
Depends on what you really want to do.
Regards
Tino
More information about the Zope
mailing list