10 Jun
2003
10 Jun
'03
5:41 p.m.
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