[Zope] Zsyncer and ExtFile

Dieter Maurer dieter@handshake.de
Tue, 10 Jun 2003 19:41:41 +0200


Fabio Rolando wrote at 2003-6-10 15:27 +0200:
 > does anybody know if it is possible to use ZSyncer to sysnchronize the 
 > repository where files are stored by ExtFile. Is there a product that can 
 > do this?

You cannot use ZSyncer for this (because it would only sync
the ZODB objects but not the files).

However, you could use the same idea (XML-RPC) to implement
a syncer for your ExtFiles collections. It would first
update the ZODB object (as usual) and then "upload" the file content.


Dieter