> > > is there a way to resume download for AOLServer?
> >
> > What do you mean? Do you mean that you want a program like
> GetRight
> > or wget to be able to resume a download FROM an instance of
> AOLserver?
> >
> > If so, you can try 3.2+ad12 or 3.3+ad13. I implemented support for
> > byte ranges (which is how download resumption works) in those
> > versions. AOL hasn't adopted that patch yet (AFAIK).
>
> I hope they dont unless they give an option to disable it...
> I don't want my webservers to get hammered with file downloads
That is assuming that some random X on the internet will decide to
hammer you with downloads based on the presence (or lack of it) of
download resumption in your web server.
I don't think this is a valid assumption.
If anything, you're worse off without download resumption because in
case of connection drop you'll get hammered again, but starting from the
beginning.