Vitaly Lomov <[EMAIL PROTECTED]> writes:

> Hello
> I am trying to get a site http://www.cro.ie/index.asp with the following flags
> -r -l2
> or
> -kr -l2
> or
> -Er -l2
> or
> -Ekr -l2
> In all cases, the linked files are saved with '@' instead of '?' in
> the name, but in the index.asp the link still refers to names with '?'

Maybe you're not letting Wget finish the mirroring.  The links are
converted only after everything has been downloaded.  I've now tried
`wget -Ekrl2 http://www.cro.ie/index.asp --restrict-file-names=windows'
(the last argument being to emulate modification of ? to @ done under
Windows) and it converted the links correctly.

The only links not converted were the ones generated in JavaScript,
but only two of those were in index.asp -- the rest were converted
correctly.

Reply via email to