Re. How to continue an aborted d/l-ed BIG file ?



When I try:
curl -C - -o [48]http://garr.dl.sourceforge.net/sourceforge/wine/
wine-0.9.49-i486-1kjz.tgz
I get the error mesg: "curl: no URL specified!"

Thomas O. wrote:-
Thats because you haven't given in the output filename so curl assumes
that the URL is the filename. Try this instead:

curl -C - -o wine-0.9.49-i486-1kjz.tgz
http://garr.dl.sourceforge.net/sourceforge/wine/wine-0.9.49-i486-1kjz.tgz

Thanks, that works nicely. I got the file by 3 pieces.
A main feature of the internet: that it can recover from errors; needs to be
available on the large scale too ?

I thought -o would take the file-name of URL as a default.
But I suppose -o <FileID> is standard linux format ?

== Chris Glur.


.



Relevant Pages

  • Re: OT: Valid filenames on operating systems
    ... Thomas G. Marshall scribbled the following: ... If the filename itself contains double quotes, ...
    (comp.lang.java.programmer)
  • Re: I wanna decompress a *.gz file
    ... I need the bitposition, where the filename is set. ... No re-read what Thomas said. ... In particular his very first sentence. ...
    (comp.compression)
  • Re: reading strings from terminal and writing them to a file
    ... File.open(filename, "a") ... Thomas A. Russ, USC/Information Sciences Institute ...
    (comp.lang.lisp)
  • Re: procmail
    ... Thomas B wrote: ... It thinks "}" should be a filename because of the:0 before. ... I think if you delete the second:0 (which is what marks the beginning ... of a recipe) it might work. ...
    (comp.os.linux.networking)