a problem of downloading by wget

2001-07-05 Thread Yang Jianmin
When I use wget to download something, I found a problem. If the first command is executed, the -c and -N options work. But if the second command is executed, the -c and -N options do not work. The difference from two commands is that the second one uses the -O option but the first one do not

Problem with a site.

2001-07-05 Thread Philippe Grimaldi
Hello to all: This adress: (#1) http://195.64.57.234/asp/gatepage/bluewin.asp?CompetitionID=80 seems have problems with wget. I want obtain the 2 links (for example) on this page : (#2) http://195.64.57.234/asp/gatepage/bluewin.asp?PageID=7MatchID=583616CompetitionID=80SnapshotID=1 and (#3)

Re: wget 1.7 fails to follow link

2001-07-05 Thread Malcolm Austen
On Wed, 4 Jul 2001, Jacob Burckhardt wrote: + ! -- + A HREF=a.htmla/a + ! -- + A HREF=b.htmlb/a + + It downloads b.html, but it does not download a.html. It does this quite correctly as the

Re: wget 1.7 fails to follow link

2001-07-05 Thread Ian Abbott
On 4 Jul 2001, at 23:20, Jacob Burckhardt wrote: I run wget on this file: ! -- A HREF=a.htmla/a ! -- A HREF=b.htmlb/a It downloads b.html, but it does not download a.html. This is

Re: wget 1.7 fails to follow link

2001-07-05 Thread Jacob Burckhardt
Ian Abbott writes: On 4 Jul 2001, at 23:20, Jacob Burckhardt wrote: I run wget on this file: ! -- A HREF=a.htmla/a ! -- A HREF=b.htmlb/a It downloads b.html, but it does