Re: [newbie] Re: Program to download all the files on a http address

2005-02-14 Thread Paul Smith
On Sun, 13 Feb 2005 15:54:09 -0500, Miark <[EMAIL PROTECTED]> wrote:
> > > Is there some way of downloading at once all the files on a
> > > http address? For instance, consider the following address:
> > >
> > > http://www.gkmweb.com/amarok/10.1/
> 
> If you use Firefox, I use an extension called downTHEMall! which
> works kinda like FlashGet in Winblows. It'll give you a list of
> downloadable items, and you can check them one-by-one, or specify
> by extension or type (such as "images"). Quite handy. I used it
> today for the very same purpose.

Thanks, Miark.

Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-13 Thread Miark
> > Is there some way of downloading at once all the files on a
> > http address? For instance, consider the following address:
> > 
> > http://www.gkmweb.com/amarok/10.1/

If you use Firefox, I use an extension called downTHEMall! which
works kinda like FlashGet in Winblows. It'll give you a list of
downloadable items, and you can check them one-by-one, or specify
by extension or type (such as "images"). Quite handy. I used it
today for the very same purpose.

Miark


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Re: Program to download all the files on a http address

2005-02-13 Thread Yvan
Hello Paul,

I think w3mir will do what you want. Should be included in the Mandrake
distribution

On 11.02.2005, you wrote:

> Dear All
> 
> Is there some way of downloading at once all the files on a http
> address? For instance, consider the following address:
> 
> http://www.gkmweb.com/amarok/10.1/
> 
> Thanks in advance,
> 
> Paul
> 
> PS: Since I am a GMail user, please be sure that you reply to the list.
> 
Regards



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-13 Thread Paul Smith
On Sun, 13 Feb 2005 00:24:52 +0100, Kaj Haulrich <[EMAIL PROTECTED]> wrote:
> > Is there a way of selecting the files to download by its
> > extension, i.e., can one download only rpm files, for instance?
> 
> As far as I remember one can add the option :
>  --restrict-file-names or some such (I don't have access to the
> manpages right now), but it should be doable.  Try man wget if
> you've got the manpages.

The following works:

wget -r --no-parent --accept *.rpm http://www.gkmweb.com/amarok/10.1/

Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Kaj Haulrich
On Saturday 12 February 2005 23:45, Paul Smith wrote:
> On Sat, 12 Feb 2005 22:13:54 +0100, Kaj Haulrich 
<[EMAIL PROTECTED]> wrote:
> > > Well, Dennis, I do have a urpmi source set up for contrib
> > > rpms, but it does not have gwget. What urpmi source for
> > > contrib rpms do you use?
> >
> > I've got it here:
> >
> > ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrakelinux/offi
> >cial/10.1/i586/media/contrib/
>
> Thanks, Kaj. It is strange, but the mirror I use does not have
> gwget.
>
> Is there a way of selecting the files to download by its
> extension, i.e., can one download only rpm files, for instance?
>
> Paul

As far as I remember one can add the option :
 --restrict-file-names or some such (I don't have access to the 
manpages right now), but it should be doable.  Try man wget if 
you've got the manpages.

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 * http://haulrich.net *
*Running Linux (Mandrake 10.1) - kernel 2.6.8*


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Paul Smith
On Sat, 12 Feb 2005 22:13:54 +0100, Kaj Haulrich <[EMAIL PROTECTED]> wrote:
> > Well, Dennis, I do have a urpmi source set up for contrib rpms,
> > but it does not have gwget. What urpmi source for contrib rpms do
> > you use?
> 
> I've got it here:
> 
> ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrakelinux/official/10.1/i586/media/contrib/

Thanks, Kaj. It is strange, but the mirror I use does not have gwget.

Is there a way of selecting the files to download by its extension,
i.e., can one download only rpm files, for instance?

Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Kaj Haulrich
On Saturday 12 February 2005 21:22, Paul Smith wrote:
> On Sat, 12 Feb 2005 13:57:48 -0600, Dennis Myers
>
> <[EMAIL PROTECTED]> wrote:
> > It is in "contrib" if you have a urpmi source set up for the
> > contrib rpms, just do the su  passwd   and "urpmi gwget". HTH
>
> Well, Dennis, I do have a urpmi source set up for contrib rpms,
> but it does not have gwget. What urpmi source for contrib rpms do
> you use?
>
> Paul

I've got it here:

ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrakelinux/official/10.1/i586/media/contrib/

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 * http://haulrich.net *
*Running Linux (Mandrake 10.1) - kernel 2.6.8*


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Paul Smith
On Sat, 12 Feb 2005 13:57:48 -0600, Dennis Myers
<[EMAIL PROTECTED]> wrote:
> It is in "contrib" if you have a urpmi source set up for the contrib rpms,
> just do the su  passwd   and "urpmi gwget". HTH

Well, Dennis, I do have a urpmi source set up for contrib rpms, but it
does not have gwget. What urpmi source for contrib rpms do you use?

Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Dennis Myers
On Saturday 12 February 2005 01:35 pm, Paul Smith wrote:
> On Fri, 11 Feb 2005 19:34:22 -0500, JoeHill <[EMAIL PROTECTED]> wrote:
> > > Thanks to all who replied me. Is there a GUI for wget?
> >
> > urpmi gwget or gwget2
>
> Thanks, JoeHill. Could you please tell me where from can one get the
> rpm for gwget?
>
> Regards,
>
> Paul
It is in "contrib" if you have a urpmi source set up for the contrib rpms, 
just do the su  passwd   and "urpmi gwget". HTH

-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-12 Thread Paul Smith
On Fri, 11 Feb 2005 19:34:22 -0500, JoeHill <[EMAIL PROTECTED]> wrote:
> > Thanks to all who replied me. Is there a GUI for wget?
> 
> urpmi gwget or gwget2

Thanks, JoeHill. Could you please tell me where from can one get the
rpm for gwget?

Regards,

Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-11 Thread JoeHill
On Fri, 11 Feb 2005 23:31:46 +
Paul Smith disseminated the following:

> > > Is there some way of downloading at once all the files on a http
> > > address? For instance, consider the following address:
> >  So, either
> >  wget -r . http://www.gkmweb.com/amarok/10.1/
> >  or
> >  wget -r . ftp://www.gkmweb.com/amarok/10.1/
> > 
> > ...whichever suits your purpose.
> 
> Thanks to all who replied me. Is there a GUI for wget?

urpmi gwget or gwget2

-- 
JoeHill / RLU #282046 / www.freeyourmachine.org
19:33:08 up 40 days, 8:14, 3 users, load average: 0.38, 0.20, 0.08
+++
Rule $19.99 (Brad `Squid' Shapcott): The Internet *isn't* *free*. It just has an
economy that makes no sense to capitalism. 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Re: Program to download all the files on a http address

2005-02-11 Thread Paul Smith
On Fri, 11 Feb 2005 22:42:52 + (UTC), Jonesy <[EMAIL PROTECTED]> wrote:
> > Is there some way of downloading at once all the files on a http
> > address? For instance, consider the following address:
>  So, either
>  wget -r . http://www.gkmweb.com/amarok/10.1/
>  or
>  wget -r . ftp://www.gkmweb.com/amarok/10.1/
> 
> ...whichever suits your purpose.

Thanks to all who replied me. Is there a GUI for wget?

Paul

PS: Since I am a GMail user, please be sure that you reply to the list.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Re: Program to download all the files on a http address

2005-02-11 Thread Jonesy
On Fri, 11 Feb 2005 20:49:54 +, Paul Smith wrote:
>
> Is there some way of downloading at once all the files on a http
> address? For instance, consider the following address:

 man wget

 
 `-r' 
 `--recursive' 
 Turn on recursive retrieving. 

 GNU Wget is capable of traversing parts of the Web (or a single 
 HTTP or FTP server), depth-first following links and directory 
 structure. This is called recursive retrieving, or recursion. 

 When retrieving an FTP URL recursively, Wget will retrieve all
 the data from the given directory tree (including the subdirectories 
 up to the specified depth) on the remote server, creating its mirror 
 image locally. 


 So, either
 wget -r . http://www.gkmweb.com/amarok/10.1/
 or
 wget -r . ftp://www.gkmweb.com/amarok/10.1/

...whichever suits your purpose.
Jonesy
-- 
  | Marvin L Jones   | jonz |  W3DHJ   |  linux
  |  Gunnison, Colorado  |  @   |  Jonesy  |OS/2   __
  |   7,703' -- 2,345m   |   config.com |  DM68mn  SK



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com