Wondering if anyone
exists on this list...
My question and
problem is that I'm trying to mirror a product manual that is used externally
and so is not well formed HTML, or at least that is my guess to why wget
isn't working. I'm getting unsupported sheme errors but the file
contains "<a href=" links, so I can only assume that wget is requiring
there to be valid HTML headers which these files do not have. Its easy enough
for me to open the files and build an index list which wget then handles no
problem, but thats obviously more work, and I would prefer if this task were
completely automated.
So, is it lack of
experience on my part (I did read the manual a bit, but damn there are a lot of
parameters), or will I have to edit the code to accept pages of these
sort?
Any help appreciated.
-eric
