| > I'm trying to mirror a webpage which has links to
> numerous files on an ftp, most of which have spaces
in
> their name. The actual link uses spaces instead of %
> 20, but when HTTrack goes to request the file it
> replaces all of the spaces with %20, and the ftp
> doesn't recognise that as a space, so the files are
> not found. Is there a way to override this behavior?
Well, the only solution is to use an http proxy
(with "use http proxy for ftp" option left checked).
I will implement a fix for the next release, as the
behaviour of the ftp protocol if different from the
http one ("" are accepted with ftp, which allow to use
spaces)
Thanks for the report!
| |