toad <[EMAIL PROTECTED]> writes:
> On Tue, May 15, 2001 at 06:21:06PM -0700, J Scott Jaderholm wrote:
> > Hi,
> >
> > I'd like to recursively get a directory being served by an apache
> > server. The problem is that about 1 out of 4 requests for a file or
> > directory are answered with a "file not found" (404) error.
> >
> > Is there a way to have wget reget the files until it succeeds? I'd
> > just fix the problem on the server but 1) I don't run it 2) no one
> > that I've talked to (which includes a lot of apache users) has seen
> > this problem before.
> >
> > Any suggestions for using wget as a solution to this problem would be
> > _greatly_ appreciated.
> Something like the attached?
Almost, it seems. I run mwgeta -c -r -np http://server.com/whatever/
but it doesn't quite work. Many of the files/directories still don't
get downloaded, assummingly because the server said 404.
I've looked at it and I assume I'm supposed to change the line that
says
if grep "unsupported protocol" ~/1.txt.mwgeta; then echo UNSUPPORTED
PROTOCOL; END=1; fi
But I'm not sure what to do with it..
Sincerely,
jsj
--
the sky is tired of being blue