[Tutor] Download file via HTTP GET with progress monitoring & custom headers?

Kent Johnson kent37 at tds.net
Tue Aug 12 02:58:45 CEST 2008


On Mon, Aug 11, 2008 at 6:47 PM, xbmuncher <xboxmuncher at gmail.com> wrote:
> Thanks Kent!
> Here's what I got, works pretty well. :)

Looks OK to me except this is not needed:

>     del fp
>     del tfp

The variables will go out of scope when the function exits anyway.

Kent


More information about the Tutor mailing list