Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2000 11:36:11 -0500 (EST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Oscar Bonilla <obonilla@fisicc-ufm.edu>
Cc:        Martin Cracauer <cracauer@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/fetch fetch.h ftp.c http.c main.c
Message-ID:  <200003081636.LAA06656@khavrinen.lcs.mit.edu>
In-Reply-To: <20000308092014.A75180@fisicc-ufm.edu>
References:  <200003081302.FAA18063@freefall.freebsd.org> <20000308092014.A75180@fisicc-ufm.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Wed, 8 Mar 2000 09:20:14 -0600, Oscar Bonilla <obonilla@fisicc-ufm.edu> said:

> could we add a retry flag that keeps trying until the downloaded
> file has the same size as announced by the server? it'd be really
> useful for very lossy channels.

while ! fetch ${FETCH_ARGS}; do
	sleep 60
done

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
wollman@lcs.mit.edu  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA|                     - Susan Aglukark and Chad Irschick


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003081636.LAA06656>