Gabriel Genellina wrote:

> In addition, the zip file format stores the directory at the end of the  
> file. So you can't process it until it's completely downloaded.  

Well, you *can* download the directory part first (if the HTTP server
supports it), and if you only need some files, you could then only
download these files out of the .zip, saving a lot in download time...


-- 
JanC

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to