limitation in urllib.urlretrieve(url, fn) ??

VanL vlindberg at verio.net
Wed Apr 9 19:26:17 EDT 2003


There isn't a general python limitation;  I have used urllib.urlretrieve 
to automate the downloading of files as large as 50 MB with 
python2.2.2/freebsd 4.3.  Can't comment about Solaris, tho.

VanL

HP wrote:
> For example,
> url = 'http://www.londonstockexchange.com/techlib/word/ser/Live8102.doc';
> fn  = '/local/disk/file_name';
> 
> urllib:urlretrieve(url, fn) hangs in the air !!
> 
> This happens for many of the files in the above 
> web site.  Those files have one thing in common:
> their file size is larger than 200K.
> 
> Is there a limit on the file size in the function:
> urllib:urlretrieve(url, fn) ??
> 
> (I am running python.2.2.2 on Sun Solaris 5.8).
> 
> HP





More information about the Python-list mailing list