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




_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to