Title: RE: Accept list

Hi,
I am now using 1.8.1

wget -m -l2 --cut-dirs=2 -nH -P matches http://sunsolve.sun.com/autopatch
will get the first page and then proceed to get everything else.

wget -m -l2 --cut-dirs=2 -nH -P matches -A "107709*" http://sunsolve.sun.com/autopatch
will only get the first page.

this is the output I get
--10:11:00--  http://sunsolve.sun.com/autopatch
           => `matches/autopatch'
Resolving sunsolve.sun.com... done.
Connecting to sunsolve.sun.com[192.18.99.122]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://sunsolve.Sun.COM/private-cgi/show.pl?target=raw-patches&display=plain [following]
--10:11:00--  http://sunsolve.sun.com/private-cgi/show.pl?target=raw-patches&display=plain
           => `matches/show.pl?target=raw-patches&display=plain'
Connecting to sunsolve.sun.com[192.18.99.122]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    [                    <=>              ] 761,755       32.88K/s            

10:11:26 (32.88 KB/s) - `matches/show.pl?target=raw-patches&display=plain' saved [761755]

Removing matches/show.pl?target=raw-patches&display=plain since it should be rejected.

FINISHED --10:11:26--
Downloaded: 761,755 bytes in 1 files

also tried
wget -m -l2 --cut-dirs=2 -nH -P matches -A readme http://sunsolve.sun.com/autopatch

Could it be that the first page is not registered as an html file??

Peter

     -----Original Message-----
    From:   Peter Chun 
    Sent:   Friday, 1 March 2002 9:27
    To:     '[EMAIL PROTECTED]'
    Subject:        RE: Accept list


    Hi,
    I was using 1.5.3

    I am getting 1.8.1 now...
    Please ignore for now.

    THanks
    Peter

       -----Original Message-----
      From:   Peter Chun 
      Sent:   Friday, 1 March 2002 9:17
      To:     '[EMAIL PROTECTED]'
      Subject:        Accept list

      Hi,
      I am trying to grab a bunch of patches from sun..
      this is command I am using.

      wget --cut-dirs=2 -nH -P matches -m -L -l2 --accept="patchdiag.xref,103566*,103603*,103612*,103618*" http://sunsolve.sun.com/autopatch


      the autopatch page contains a list of patches with links.
      eg.
      <a href=""patches/112502.readme">112502.readme</a><br>
      <a href=""patches/112504-01.zip">112504-01.zip</a><br>
      <a href=""patches/112504.readme">112504.readme</a><br>
      <a href=""patches/112518-01.zip">112518-01.zip</a><br>
      <a href=""patches/112518.readme">112518.readme</a><br>
      <a href=""patches/112519-01.zip">112519-01.zip</a><br>
      <a href=""patches/112519.readme">112519.readme</a><br>
      <a href=""patches/112547-01.zip">112547-01.zip</a><br>
      <a href=""patches/112547.readme">112547.readme</a><br>
      <a href=""patches/112575-01.tar.Z">112575-01.tar.Z</a><br>
      <a href=""patches/112575.readme">112575.readme</a><br>
      <a href=""patches/112576-01.zip">112576-01.zip</a><br>
      <a href=""patches/112576.readme">112576.readme</a><br>
      <a href=""patches/patchdiag.xref">patchdiag.xref</a><br>

      wget only gets the last item in the accept list.

      I have check the list, all the items listed in the accept list appears on the autopatch page.
      I want both the archive files ( tar.Z,zip ) and the readme file.

      Also tried with only 2 items in the accept list.
      also replaced the " with ' in the command.

      Thanks
      Peter
      --
      Peter Chun                           Fax: 9299 7588
      National IT                        Phone: 9266 4180
      Ticketek Pty Ltd               Mobile: 0408 687 210
      171 Clarence Street  email: [EMAIL PROTECTED]
      Sydney NSW 2000 Australia   http://www.ticketek.com
      --
      This email transmission is confidential. It is intended only for the attention of the addressee.  If the email transmission is received other than by the addressee you are requested to immediately return the email to advise of the misdirection and make arrangements for its immediate deletion.  The email transmission is the property of Ticketek Pty Limited, and any information contained therein is legally protected.  The unauthorized reading, copying, distribution of, or dissemination of the email transmission or any information contained therein is strictly prohibited.


Reply via email to