<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">hello<br>
<br>
I wrote a windows app that must download file<br>
it works fine with&nbsp; <span class="pln">urllib</span><span class="pun">.</span><span
 class="pln">urlretrieve.<br>
<br>
But I want to download file through a proxy</span><span class="pun"></span>&nbsp;
with NTLM (samba)authentication .<br>
I want to use windows sessions credential transparently, as IE and
Firefox do well...<br>
<br>
I don't think that urllib(2) can do this.<br>
<br>
But maybe a win32 API ?<br>
&nbsp; &nbsp; <br>
<a class="moz-txt-link-freetext"
 href="http://docs.activestate.com/activepython/2.5/pywin32/win32inet.html">http://docs.activestate.com/activepython/2.5/pywin32/win32inet.html</a>
<br>
<a class="moz-txt-link-freetext"
 href="http://msdn.microsoft.com/en-us/library/aa384220%28VS.85%29.aspx">http://msdn.microsoft.com/en-us/library/aa384220%28VS.85%29.aspx</a>
<br>
<br>
<br>
What do you think of this ?<br>
any idea ?<br>
<br>
thanks<br>
<div class="moz-txt-sig"><span class="moz-txt-tag"><br>
<br>
<br>
<br>
</span></div>
</div>
</body>
</html>