On Mon, Sep 29, 2008 at 4:32 AM, Timo <[EMAIL PROTECTED]> wrote:
> Kent Johnson schreef:

>> urllib.urlretrieve() will do it if you don't need anything fancy like
>> authentication.
>>
>> Kent
>>
>
> Ok thanks, this works! And this would be the best way to do it? Also some
> larger, around 100-200mb, files?

It will work with any file that will fit on disk - the input is
buffered and saved to disk as it is read, it doesn't read the whole
URL at once.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to