Hi!

On Sun, Feb 15, 2009 at 10:28, Glenn Satchell
<glenn.satch...@uniq.com.au> wrote:

[...]
> I was setting it up for a new site last week that uses a Windows proxy
> that requires NTLM authentication to download patches etc. Getting them
> to change the authentication method is, well, difficult.
>
> I notice that curl supports NTLM proxy authentication so I figure it
> shouldn't be too hard to port that into pca instead of, or as well as,
> wget. Just wondering if anyone has been down this path before?

But wget also supports NTLM, so why go the way of using curl?

>From the man page of wget:

       --http-user=user
       --http-password=password
           Specify the username user and password password on an HTTP server.
           According to the type of the challenge, Wget will encode them using
           either the "basic" (insecure), the "digest", or the Windows "NTLM"
           authentication scheme.

This was from wget 1.11.4 on a Linux system. According to Wikipedia,
Wget 1.10 introduced NTLM support.

[...]
> Any thoughts or comments?

Use wget :)

Michael

PS: I haven't tested how well the NTLM support in wget works.
I'm just replying based on the information in the man page.

Reply via email to