Nicolas Noble writes:
> If it says 404 not found, I deduct it's a http server and not an ftp. So
> the ftp:list-options doesn't apply here. Furthermore, the lftp's notion of
> directory using the parse of an html file is not as strong as the one
> using the result of a ftp LIST command. I bet you should better use wget
> -m url instead of lftp's mirror command onto your http url. Remember that
> lftp is a ftp browser.
>
Good point : when I used the ftp protocol, I saw the correct
permissions of the directory : 700. When I try do read/cd it, of
course, I encounter an error 403 permission denied. All right.
What surprises me is that when using the default protocol (ie hftp,
isn't it?), I read those permissions : 755, and I encountered error
404 not found when trying to cd in it.
Is that due to the server (unlikely), to lftp (v 2.3.8 running) or
hftp (I think so)?
Thanks,
Regards,
-- Dan
> Cheers,
>
> -- Nicolas Noble