[python-win32] authentication proxy and download

Christophe Deze christophedeze at wanadoo.fr
Mon Mar 1 18:03:26 CET 2010


hello

I wrote a windows app that must download file
it works fine with urllib.urlretrieve.

But I want to download file through a proxy  with NTLM 
(samba)authentication .
I want to use windows sessions credential transparently, as IE and 
Firefox do well...

I don't think that urllib(2) can do this.

But maybe a win32 API ?

http://docs.activestate.com/activepython/2.5/pywin32/win32inet.html
http://msdn.microsoft.com/en-us/library/aa384220%28VS.85%29.aspx


What do you think of this ?
any idea ?

thanks




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20100301/ce65864f/attachment.html>


More information about the python-win32 mailing list