[Zope] Output to the local file system

Dieter Maurer dieter@handshake.de
Sat, 8 Feb 2003 11:39:48 +0100


Pablo Ziliani wrote at 2003-2-4 17:02 -0300:
 > Does anybody knows a way to write directly to the local file system?
You use an External Method and Python's (--> Python documentation)
file support (be careful, security risk).

Alternatively, you install "LocalFS".


Dieter