Re: Partial download with ftplib and retrbinary

2008-06-06 Thread Giampaolo Rodola'
On 24 Mag, 12:53, [EMAIL PROTECTED] wrote: > I am breaking/interrupting my connection with theftpserver at > present when doing a partial download of a file. I have a callback > with retrbinary that raises an exception and ends the download. The > problem is that the server is not notified and hang

Re: Partial download with ftplib and retrbinary

2008-05-24 Thread MRAB
On May 24, 11:53 am, [EMAIL PROTECTED] wrote: > I am breaking/interrupting my connection with the ftp server at > present when doing a partial download of a file. I have a callback > with retrbinary that raises an exception and ends the download. The > problem is that the server is not notified and

Partial download with ftplib and retrbinary

2008-05-24 Thread fepeacock
I am breaking/interrupting my connection with the ftp server at present when doing a partial download of a file. I have a callback with retrbinary that raises an exception and ends the download. The problem is that the server is not notified and hangs. I cannot send any further commands and need to