"aum" <[EMAIL PROTECTED]> wrote:
> What happens is that after all the data comes in over the data connection,
> .retrbinary() does 'return self.voidresp()'. This has a call chain ending
> with 'self.file.readline()'.
>
> To investigate, I overrode the .getline() method with one
> which replaces th
Hi,
I've been having some headaches with FTP.retrbinary() hanging on
completion.
I'm only seeing the symptom when downloading a 700k .bmp file in passive
mode.
What happens is that after all the data comes in over the data connection,
.retrbinary() does 'return self.voidresp()'. This has a call