Kern Sibbald wrote:
> Off hand, I would say that your first problem is that you are not using the
> Bacula network protocol, which is described in the Network chapter of the
> developer's manual -- you need to read the small print.
>
I do this on send and recive:
---8<
def _send(self,
On Friday 08 May 2009 14:54:08 Holger Mueller wrote:
> Hi,
>
> I've the intention to connect to bacula-dir in pure Python
> using Python's library modules.
> But I run in trouble with the hmac/base64 implementation,
> which seems to be different from bacula ones.
>
> Code Sniplet:
> 8><
Hi,
I've the intention to connect to bacula-dir in pure Python
using Python's library modules.
But I run in trouble with the hmac/base64 implementation,
which seems to be different from bacula ones.
Code Sniplet:
8><---8><
HELLO = r"Hello %s calling\n"
...
def login(sel