On Mon, Feb 06, 2012 at 06:13:43AM -0800, Rich Shepard wrote:
> On Sun, 5 Feb 2012, Paul Mullen wrote:
> 
> > wget can do that for you.  My preferred wget command line:
> >
> >  wget -nc -k -r -np YOUR_URL_HERE
> >
> > With that command line, wget will download the document pointed to in
> > the specified URL, plus (potentially) any documents linked from it.
> 
> Paul,
> 
>    I saw that on the man page, But that does not download all files shown on
> that page when they're not linked to each other.
> 
>    Example (and what set me looking for a solution): I wanted to download all
> multilib libraries (those that allow both 34- and 64-bit applications to be
> built and run on the box) and the 32-bit compatible libraries. Each is a
> separate tarball, but the list is on a single web page.
 
The interlinks for the files have no effect on this.
I just set up what I believe is the kind of site you are accessing, based on 
your descriptions.
A "web page" that is an auto generated list of files in a directory:


  Index of /rich_test

      Name                            Last modified      Size  Description
      Parent Directory                                     -   
      FCKeditor_2.6.4.tar.gz          18-Apr-2009 17:31  936K  
      ckeditor_3.2.1.tar.gz           18-Apr-2010 07:05  1.2M  
      favicon.ico                     21-Feb-2008 19:45  7.2K  
      fckeditor-java-2.4.1-bin.tar.gz 18-Apr-2009 17:31  780K  
      fckeditor-java-core-2.4.1.jar   18-Apr-2009 17:31   49K  
      michaelsnet_favico.ico          21-Feb-2008 19:45  7.2K  
      michaelsnet_favicon.ico         21-Feb-2008 19:26  7.2K  
   Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.19 with Suhosin-Patch mod_ssl/2.2.8 
OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8 Server at michaelsnet.us Port 80

and sure enough `wget http://michaelsnet.us/rich_test` fetches everything in 
the directory. 

Perhaps you could review your emails to all of us and walk through the site in 
question and your commands to retrieve the files.  Maybe even share those 
examples with us so we don't have to guess about what you are actually trying 
to do where.


-- 
            Michael Rasmussen, Portland Oregon  
      Other Adventures: http://www.jamhome.us/ or http://westy.saunter.us/
Fortune Cookie Fortune du jour:
When the going gets tough remember 
you've either done worse before or
you're setting a new personal best.
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to