[Live-demo] Re: [OSGeo] #483: maptile exe download crawls
OSGeo
trac_osgeo at osgeo.org
Wed Sep 30 14:58:35 EDT 2009
#483: maptile exe download crawls
----------------------------+-----------------------------------------------
Reporter: wildintellect | Owner: live-demo at lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Component: LiveDVD
Resolution: | Keywords:
----------------------------+-----------------------------------------------
Comment (by hamish):
I too have noticed that -c doesn't always work. It's server dependent, but
apache has provided it for ages AFAIK and the monoculture uses apache, so
I don't know if that's it. I think I saw it while re-testing the script
for William's Mac installers, some new they were done, some tried from the
start. Weird. I would expect a 416(?) error from the server saying EOF,
and in general would cast my unsubstantiated bug eye at wget not apache,
but who knows.
a
{{{
if [ ! -e "filename" ] ; then
wget ....
else
echo "<filename> already downloaded"
fi
}}}
could replace wget -c in places, but obviously the -c ability is lost.
Hamish
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/483#comment:1>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list