Okay, found it on my own. ftp.voidresp() is what is needed, and it
does _not_ seem to be in the Python documentation for ftplib.
On Jan 8, 1:58 pm, Brendan wrote:
> I am trying to download a file within a very large zipfile. I need two
> partial downloads of the zipfile. The first to get the file
I am trying to download a file within a very large zipfile. I need two
partial downloads of the zipfile. The first to get the file byte
offset, the second to get the file itself which I then inflate.
I am implementing the partial downloads as follows:
con = ftp.transfercmd('RETR ' + filename, res