Re: Downloading deb's

2002-02-19 Thread csj
On Wed, 20 Feb 2002 07:21:33 +0700 (WIT) Oki DZ <[EMAIL PROTECTED]> wrote: > On Tue, 19 Feb 2002, Ayman Haidar wrote: > > the easiest way if you don't want to use apt-get is : > >wget -i debs_file > > > > where debs_file is a file with url's for the debs that you want. > > This would b

Re: Downloading deb's

2002-02-19 Thread Oki DZ
On Tue, 19 Feb 2002, Ayman Haidar wrote: > the easiest way if you don't want to use apt-get is : > wget -i debs_file > > where debs_file is a file with url's for the debs that you want. This would be a bit impractical; first, I have to go to www.debian.org, searching for the right deb. Seco

RE: Downloading deb's

2002-02-19 Thread justin cunningham
aidar [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 1:51 PM To: debian-user@lists.debian.org Subject: Re: Downloading deb's Once upon a time Oki DZ ([EMAIL PROTECTED]) wrote: > Hi, > > I'd like to download deb files during the nights. Unfortunately, I don't

Re: Downloading deb's

2002-02-19 Thread Alex Malinovich
On Mon, 2002-02-18 at 19:59, Oki DZ wrote: > On 18 Feb 2002, Alex Malinovich wrote: > > I have one which I wrote for personal use. I'd be happy to send it to > > you, but make sure you're comfortable with looking at Perl. (It's > > actually really simple overall.) > > I think it would be great if

Re: Downloading deb's

2002-02-19 Thread Ayman Haidar
Once upon a time Oki DZ ([EMAIL PROTECTED]) wrote: > Hi, > > I'd like to download deb files during the nights. Unfortunately, I don't > have the script for doing just exactly that; eg: have a file of a pile of > URL's, and then do something like: > dl-force my-urls > in whi

Re: Downloading deb's

2002-02-18 Thread Oki DZ
On 18 Feb 2002, Alex Malinovich wrote: > I have one which I wrote for personal use. I'd be happy to send it to > you, but make sure you're comfortable with looking at Perl. (It's > actually really simple overall.) I think it would be great if you don't mind to post it here (so that many people can

Re: Downloading deb's

2002-02-18 Thread Gustavo Noronha Silva
On Mon, 18 Feb 2002 01:18:17 -0800 Osamu Aoki <[EMAIL PROTECTED]> wrote: > On Mon, Feb 18, 2002 at 03:34:04PM +0700, Oki DZ wrote: > > I'd like to download deb files during the nights. Unfortunately, I don't > > have the script for doing just exactly that; eg: have a file of a pile of > > URL's, a

Re: Downloading deb's

2002-02-18 Thread Alex Malinovich
I have one which I wrote for personal use. I'd be happy to send it to you, but make sure you're comfortable with looking at Perl. (It's actually really simple overall.) -Alex On Mon, 2002-02-18 at 02:34, Oki DZ wrote: > Hi, > > I'd like to download deb files during the nights. Unfortunately, I d

Re: Downloading deb's

2002-02-18 Thread Osamu Aoki
On Mon, Feb 18, 2002 at 03:34:04PM +0700, Oki DZ wrote: > I'd like to download deb files during the nights. Unfortunately, I don't > have the script for doing just exactly that; eg: have a file of a pile of > URL's, and then do something like: > dl-force my-urls > in which how many time-outs were

Downloading deb's

2002-02-18 Thread Oki DZ
Hi, I'd like to download deb files during the nights. Unfortunately, I don't have the script for doing just exactly that; eg: have a file of a pile of URL's, and then do something like: dl-force my-urls in which how many time-outs were experienced, the files would be successfully downloaded. Wo