On Tue Jun 26, 2001 at 06:24:50PM +0200, Tollef Fog Heen wrote:
> * Ethan Benson
>
> | hacking autoresume into busybox wget might not be trivial. much
> | less teaching debootstrap about it.
>
> Actually, it seems like bb-wget supports it already:
>
> wget.c:
>
> /* Make the assumption that if the file already exists
> * on disk that the intention is to continue downloading
> * a previously aborted download -Erik */
> if (stat(fname_out, &sbuf) == 0) {
> ++do_continue;
> }
As an FYI, in the latest in CVS, this assumption is
now gone. I require a 'wget -c' before I continue...
-Erik
--
Erik B. Andersen email: [EMAIL PROTECTED], [EMAIL PROTECTED]
--This message was written using 73% post-consumer electrons--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]