[gentoo-user] wget won't concatenate(?)

2006-03-13 Thread maxim wexler
Hi group,

I tried wget'ing this on dialup: 
ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/releases/x86/2006.0/livecd/livecd-i686-installer-2006.0.iso

Then, because I needed to use the phone, after
downloading 150Megs or so, I ctrl-C'd outta there
thinking I could pick up where I left off. Wrong!

wget wants to start from the beginning. I gave it the
-nc option and it reports 'already there, not
retrieving'. 

What did I do wrong? I've done this before with other
files and this never happened. Maybe I used a
different tool, can't remember.

-Maxim


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wget won't concatenate(?)

2006-03-13 Thread Hans-Werner Hilse
Hi,

On Mon, 13 Mar 2006 09:38:06 -0800 (PST) maxim wexler
[EMAIL PROTECTED] wrote:

 I tried wget'ing this on dialup: 
 ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/releases/x86/2006.0/livecd/livecd-i686-installer-2006.0.iso
 
 Then, because I needed to use the phone, after
 downloading 150Megs or so, I ctrl-C'd outta there
 thinking I could pick up where I left off. Wrong!
 
 wget wants to start from the beginning. I gave it the
 -nc option and it reports 'already there, not
 retrieving'. 

Did you actually bother to read what -nc does? In fact I think you
were searching -c option...

-hwh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wget won't concatenate(?)

2006-03-13 Thread Renat Golubchyk
On Mon, 13 Mar 2006 09:38:06 -0800 (PST) maxim wexler
[EMAIL PROTECTED] wrote:
 I tried wget'ing this on dialup: 
 ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/releases/x86/2006.0/livecd/livecd-i686-installer-2006.0.iso
 
 Then, because I needed to use the phone, after
 downloading 150Megs or so, I ctrl-C'd outta there
 thinking I could pick up where I left off. Wrong!
 
 wget wants to start from the beginning. I gave it the
 -nc option and it reports 'already there, not
 retrieving'. 

It should be wget -c not -nc.


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] wget won't concatenate(?)

2006-03-13 Thread Daniel da Veiga
On 3/13/06, maxim wexler [EMAIL PROTECTED] wrote:
 Then, because I needed to use the phone, after
 downloading 150Megs or so, I ctrl-C'd outta there
 thinking I could pick up where I left off. Wrong!

 wget wants to start from the beginning. I gave it the
 -nc option and it reports 'already there, not
 retrieving'.

 What did I do wrong? I've done this before with other
 files and this never happened. Maybe I used a
 different tool, can't remember.

From man wget:
---
 -nc
   --no-clobber

(snip)

When running Wget without -N, -nc, or -r, downloading the same file in
the same directory will result in the original copy of file being
preserved and the second copy being named file.1.  If that file is
downloaded yet again, the third copy will be named file.2, and so on.

When -nc is specified, this behavior is suppressed, and Wget will
refuse to download newer copies of file.  Therefore, ``no-clobber''
is actually a misnomer in this mode---it's not clobbering that's
prevented (as the numeric suffixes were already preventing
clobbering), but rather the multiple version saving that's prevented.

-c
   --continue
Continue getting a partially-downloaded file.  This is useful when you
want to finish up a download started by a previous instance of Wget,
or by another program.  For instance:

wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z

If there is a file named ls-lR.Z in the current directory, Wget will
assume that it is the first portion of the remote file, and will ask
the server to continue the retrieval from an offset equal to the
length of the local file.
---

Simply try:
wget -c 
ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/releases/x86/2006.0/livecd/livecd-i686-installer-2006.0.iso;

And be happy...

--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ 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++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wget won't concatenate(?)

2006-03-13 Thread Christoph Eckert

 wget -c http://www.microsoft.com/linux-kernel.iso

you can even start a download with the -c option.


Best regards


ce
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wget won't concatenate(?)

2006-03-13 Thread Jim
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 163609048 maxim wexler [EMAIL PROTECTED] wrote:
 Hi group,
 
 I tried wget'ing this on dialup: 
 ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/releases/x86/2006.0/livecd/livecd-i686-installer-2006.0.iso
 
 Then, because I needed to use the phone, after
 downloading 150Megs or so, I ctrl-C'd outta there
 thinking I could pick up where I left off. Wrong!
 
 wget wants to start from the beginning. I gave it the
 -nc option and it reports 'already there, not
 retrieving'. 
 
 What did I do wrong? I've done this before with other
 files and this never happened. Maybe I used a
 different tool, can't remember.
 
 -Maxim

Use wget -c.

Example, you start to download http://www.microsoft.com/linux-kernel.iso
and your connection dies.  To continue you would use:

wget -c http://www.microsoft.com/linux-kernel.iso

Jim
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEFbJ4eqJ5Vbm4CxYRAlT7AJ9O1C9ozY+YnPwQ4Z83jRAe1H2BbQCeJ0om
uzQ/XGZfHEV0WCSu11eD19E=
=NRPy
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wget won't concatenate(?)

2006-03-13 Thread maxim wexler


--- Hans-Werner Hilse [EMAIL PROTECTED] wrote:

 Hi,
 
 On Mon, 13 Mar 2006 09:38:06 -0800 (PST) maxim
 wexler
 [EMAIL PROTECTED] wrote:
 
  I tried wget'ing this on dialup: 
 

ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/releases/x86/2006.0/livecd/livecd-i686-installer-2006.0.iso
  
  Then, because I needed to use the phone, after
  downloading 150Megs or so, I ctrl-C'd outta there
  thinking I could pick up where I left off. Wrong!
  
  wget wants to start from the beginning. I gave it
 the
  -nc option and it reports 'already there, not
  retrieving'. 
 
 Did you actually bother to read what -nc does? In
 fact I think you
 were searching -c option...


Dang! Your right. -nc seemed like the option to use.
Not getting Clobbered is important to me. Sorry you
had to descend Olympus to deal with such a trifle. In
my defense I can only say I was overcome with an
excess of zeal to advance the gentoo project
and...aren't -nc and -c out of order?


 
 -hwh
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list