How do you use ZSyncher from your account at Freezope to another Zope site, without asking their administrators to install it? That was clearly stated from the begining of the thread. By the way, to reinvent the wheel isn't a bad thing at all. Ask Goodyear or Bridgestone how they feel about it ;) Ausum ----- Original Message ----- From: "Oliver Bleutgen" <myzope@gmx.net> To: "Elena Schulz" <elena.schulz@gmx.net> Cc: <zope@zope.org> Sent: Thursday, November 28, 2002 11:06 AM Subject: Re: [Zope] ZupLoader and change properties in external methods
Elena Schulz wrote:
Hi Tino again,
now after the message of Ausum I understand the option to improve my ZupLoader :-) I have to pack the object data with the property-info transferred to a string send it in one or may be two http-requests to a remote dispacher-script (should be just a script nothing else) that unpacks the property-info and create an object with the properties on the remote zope.
So if your functionpair is ready for packing and transferring the property-info via formdata etc. I would be happy to use it for this purpous.
But I don't understand the security issue here. For the upload I need to login as Manager. The unpacker will need the proxy Manager too. Of course the transfer of the login-info is a critical point as I cannot use https. But thats the same with normal login which is done via http. So were is the extra problem?
Is there no other solution to send an object packed with all property-info that can be unpacked just by a Python Script? May be _setObject(), _getOb() or the like?
Hmm, am I blind or are you reinventing the wheel? Isn't that what you want to do (and more) solved already by ZSyncher? Maybe you'll be at least able to get some ideas from its source.
cheers, oliver
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )