Re: Download managers?

2001-07-11 Thread Aquila
lftp is actually really good, it supports http/https too! You can
download something, hit ^Z (it will background the download) and keep
browsing, download something else, hit ^Z again, etc.. to download
multiple files. If you accidently close your xterm when downloading,
lftp will move your current downloads to the background and finish them
for you! It rocks!

Aq.

On 10 Jul 2001 20:14:56 -0500, Jeremy wrote:
 I am running stable, and I was wondering if there are any (preferably
non-X)
 download managers that run well (and possibly come with) Debian.  I need it
 for downloading some ISOs from a dialup connection that I can only use at
 night.
 
 Thanks for any help,
 Jeremy
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
--
---
 e-mail: aquila at hypox dot org   
 website: http://aquila.hypox.org  
 geek code:
   GCS d- s+:--- a-- C ULS++ 
   P+++ L+++$ E--- W++ N+ o? K? 
   w O- M-- V-- PS---@ PE--@ Y? 
   PGP- t 5 X- R tv+ b+ DI-- D+ G++ 
   e(++) h! r* y 
---



Re: Download managers?

2001-07-11 Thread nestordi
I heard very good things about snarf(??) in a magazine.
Why don't you give it a try
Yours
Nestor Di

El 11 Jul 2001 14:47:23 +1000, Aquila escribió:
 lftp is actually really good, it supports http/https too! You can
 download something, hit ^Z (it will background the download) and keep
 browsing, download something else, hit ^Z again, etc.. to download
 multiple files. If you accidently close your xterm when downloading,
 lftp will move your current downloads to the background and finish them
 for you! It rocks!
 
 Aq.
 
 On 10 Jul 2001 20:14:56 -0500, Jeremy wrote:
  I am running stable, and I was wondering if there are any (preferably
 non-X)
  download managers that run well (and possibly come with) Debian.  I need it
  for downloading some ISOs from a dialup connection that I can only use at
  night.
  
  Thanks for any help,
  Jeremy
  
  
  -- 
  To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 --
 ---
  e-mail: aquila at hypox dot org   
  website: http://aquila.hypox.org  
  geek code:
GCS d- s+:--- a-- C ULS++ 
P+++ L+++$ E--- W++ N+ o? K? 
w O- M-- V-- PS---@ PE--@ Y? 
PGP- t 5 X- R tv+ b+ DI-- D+ G++ 
e(++) h! r* y 
 ---
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Download managers?

2001-07-11 Thread Glyn Millington
Jeremy [EMAIL PROTECTED] writes:

 I am running stable, and I was wondering if there are any (preferably non-X)
 download managers that run well (and possibly come with) Debian.  I need it
 for downloading some ISOs from a dialup connection that I can only use at
 night.

ncftp


Glyn
-- 

   **
   *  Here we are then...   *
   * http://members.tripod.co.uk/Christchurch2000uk *
   **



Re: Download managers?

2001-07-11 Thread csj
On Wednesday 11 July 2001 18:05, John Griffiths wrote:
 At 08:14 PM 7/10/01 -0500, Jeremy wrote:
 I am running stable, and I was wondering if there are any
  (preferably non-X) download managers that run well (and possibly
  come with) Debian.  I need it for downloading some ISOs from a
  dialup connection that I can only use at night.

 #apt-get install wget

 you will fall in love so hard it will hurt

I got hurt alright. Earlier versions of wget (don't know the precise 
ones) had the nasty (default) habit of overwriting completed 
downloads. And you really didn't know if the download had been 
completed simply by looking at the file. Read the help! An -nc (no 
clobber) will probably save you the grief of seeing your megabytes 
gone to naught.

In contrast pavuk (available in testing and/or unstable) creates a 
.in_* file. The presence of .in_foo.iso indicates that foo_.iso has 
not been completely downloaded. Pavuk also has a built-in gtk gui in 
case you want to X. Among its faults: I have had a bad HTTP 1.1 
experience in some versions. For some reason files got zeroed when a 
download automatically resumes. I tend to use the option 
--nouse_http11 and press Ctrl-C to break a stalled download before 
resuming manually. Pavuk is multi-threaded, which means you can 
download several files at the same time, useful for cloning static 
websites (It can clone websites with dynamic pages but you end up 
with ugly-looking filenames).

Now, if iso's are all you're after I could also recommend prozilla. 
Do check it out. Prozilla has this nifty feature of pinging various 
servers for the fastest download available, useful if you think the 
iso in question is uniquely named. I don't know if prozilla can 
distinguish between same-named but binary-different files. Prozilla 
is also multithreaded. Unlike pavuk, it uses this feature to 
accelerate the download of single files by chopping them up so that 
four (the default) equal chunks of it get downloaded at the same 
time. I have successfully downloaded 50+ MB files with Prozilla.

Package Info:

Description: Multi-threaded download accelerator
 Prozilla uses multiple connections to download the file
 faster. It brokes the files in pieces and downloads
 all them in one time, enhancing the download speed.
 .
 Its progress is displayed in an ncurses based UI.



Download managers?

2001-07-10 Thread Jeremy
I am running stable, and I was wondering if there are any (preferably non-X)
download managers that run well (and possibly come with) Debian.  I need it
for downloading some ISOs from a dialup connection that I can only use at
night.

Thanks for any help,
Jeremy



Re: Download managers?

2001-07-10 Thread John Griffiths
At 08:14 PM 7/10/01 -0500, Jeremy wrote:
I am running stable, and I was wondering if there are any (preferably non-X)
download managers that run well (and possibly come with) Debian.  I need it
for downloading some ISOs from a dialup connection that I can only use at
night.

#apt-get install wget

you will fall in love so hard it will hurt



Re: Download managers?

2001-07-10 Thread Joel Mayes
On Tue, Jul 10, 2001 at 08:14:56PM -0500, Jeremy wrote:
 I am running stable, and I was wondering if there are any (preferably non-X)
 download managers that run well (and possibly come with) Debian.  I need it
 for downloading some ISOs from a dialup connection that I can only use at
 night.
 
 Thanks for any help,
 Jeremy
 
 
G'day Jeremy,

Is darxite in stable ?? if it is I'd give it a go,
works on the console and with X supports multiple 
downloads and will auto resume download on restart
if the daemon dies.

Cheers

Joel



Re: Download managers?

2001-07-10 Thread Balbir Thomas
On Tue, Jul 10, 2001 at 08:14:56PM -0500, Jeremy wrote:
 I am running stable, and I was wondering if there are any (preferably non-X)
 download managers that run well (and possibly come with) Debian.  I need it
 for downloading some ISOs from a dialup connection that I can only use at
 night.
 
 Thanks for any help,
 Jeremy

Try pavuk too, it is much more powerful than wget and exists only in 
testing/unstable . Though it is more difficult to use, too many options and 
features :-)
B Thomas



Re: Download managers?

2001-07-10 Thread Jeremy
Thanks all for the info!  I'll give 'em a try soon.

Jeremy