[Zope] Is it possible to add/create complex objects via FTP?

jkinsley jkinsley@bticc.net
Sat, 11 Aug 2001 22:41:52 -0400 (EDT)


ZipFolder looks interesting, but it is not exactly what I am looking
for.  I have been digging around in the Zope source, and in the ZRDB
code I think I might have found what I am looking for.  I am going to
try combining Acqueduct.parse() and DA.PUT() and DA.FTPget() into a
generic class that my folder can inherit from.  I will not know if it
works until I try it, so here goes. :)

Regards
Jarrod


On Sat, 11 Aug 2001, Norman Khine wrote:

Date: Sat, 11 Aug 2001 14:05:01 +0100
From: Norman Khine <khine@btinternet.com>
To: jkinsley <jkinsley@bticc.net>
Cc: Zope <zope@zope.org>
Subject: RE: [Zope] Is it possible to add/create complex objects via FTP?

You can try the ZipProduct from http://www.zope.org/Members/snej/ZipFolder

hth
Norman