[Bug-wget] NTLM auth broken in 1.13.4

2013-07-02 Thread Tom Merriam
After upgrading from squeeze to wheezy, NTLM authentication no longer works. A command such as wget --user=user --password=password --server-response http://server/page.aspx -O file.pdf fails with this output: Connecting to 10.1.1.34:80... connected. HTTP request sent, awaiting response... HTT

[Bug-wget] text/html

2013-07-02 Thread hsv
Is there means of saying that I want _only_ pages of MIME-type "text/html", whatever the extension?

Re: [Bug-wget] merge parallel-wget into master

2013-07-02 Thread Darshit Shah
There is also an issue with the wget.texi file, where the --retries command uses a @itemx before @item. This causes make to fail. On Tue, Jul 2, 2013 at 11:04 PM, Giuseppe Scrivano wrote: > Darshit Shah writes: > > > I was building the parallel-wget branch and ./configure > > --with-metalink fai

Re: [Bug-wget] merge parallel-wget into master

2013-07-02 Thread Giuseppe Scrivano
Darshit Shah writes: > I was building the parallel-wget branch and ./configure > --with-metalink failed because I did not have libmetalink installed.  > > > This should be mentioned in the README.checkout file under list of > required utilities. > Attaching a patch that will add libmetalink to th

[Bug-wget] FTP and --retr-symlinks

2013-07-02 Thread J D
Hi all, I'am new to Wget and it's source code. Is there a reliable way, for a FTP client, to discriminate symlinks to DIR from symlinks to FILE other than trying to retrieve the target of the link and parse the FTP server response code like : if ERRCODE == 550 It *might* be a DIR else it's a

Re: [Bug-wget] merge parallel-wget into master

2013-07-02 Thread Darshit Shah
I was building the parallel-wget branch and ./configure --with-metalink failed because I did not have libmetalink installed. This should be mentioned in the README.checkout file under list of required utilities. Attaching a patch that will add libmetalink to the list of required utilities. On Tu

Re: [Bug-wget] merge parallel-wget into master

2013-07-02 Thread Darshit Shah
I haven't used the parallel-wget branch as yet. I made an attempt some time ago, but found that the documentation was lacking and I had no idea on how to proceed with using the threads and metalink features. I'll give it another shot now and see if I can get it working. Though as long as we're not

[Bug-wget] merge parallel-wget into master

2013-07-02 Thread Giuseppe Scrivano
Hi, I would like to merge the parallel-wget branch into master. I already merged master into parallel-wget, so it should be a no-op and make master look identical to parallel-wget as it is now. The idea is that the new features (threads and metalink) are not enabled by default, but must be force