Re: problem with sockets and transferring binary files

2009-06-02 Thread thebiggestbangtheory
On Jun 2, 10:29 pm, "Gabriel Genellina" wrote: > En Wed, 03 Jun 2009 01:54:02 -0300,   > escribió: > > >            I am a python newbie. I am now progressing to writing a > > network app in python to learn more about it. [...] > > Surprisingly, the sha1 hash of the encrypted data before it is se

Re: problem with sockets and transferring binary files

2009-06-02 Thread Gabriel Genellina
En Wed, 03 Jun 2009 01:54:02 -0300, escribió: I am a python newbie. I am now progressing to writing a network app in python to learn more about it. [...] Surprisingly, the sha1 hash of the encrypted data before it is sent from server is different from the encrypted file data recei

problem with sockets and transferring binary files

2009-06-02 Thread thebiggestbangtheory
Dear all, I am a python newbie. I am now progressing to writing a network app in python to learn more about it. I have a client and a server in python. The client sends a msg to the server asking it to tar a binary .dbxml file and then send it over to it. The steps are: from the 1. Clien