31 Jul
2002
31 Jul
'02
9:40 p.m.
Erik Myllymaki writes:
Like the subject says, I am looking to make a command-line-based xml-rpc client (in python) to talk to my zope server. I am using SMB auth via loginmanager so would need to work in the cookie authentication somehow. I do not know "Loginmanager" in detail. But usually, user folders that support cookie authentication do also support basic authentication. When this is true for "LoginManager", too, then you can look at Andy's "ZSyncer". He does "xmlrpc" with basic authentication.
Dieter