Hi.. I'm using 3.4.7 on debian. I'm trying to use 'mirror' to dowload a directory, but I can't use PROPFIND because the directory is a symlink on the server (apache ignores these when doing propfind aparently). I tried setting 'http:use-propfind' to 'no', 0 and 'false', it looks like it's being ignored.. I get this output:
-- lftp :~> open http://incoming.debian.org cd ok, cwd=/ lftp incoming.debian.org:/> debug lftp incoming.debian.org:/> set http:use-propfind no lftp incoming.debian.org:/> mirror . ---- Connecting to incoming.debian.org (140.211.166.43) port 80 ---- Sending request... ---> PROPFIND / HTTP/1.1 ---> Host: incoming.debian.org ---> User-Agent: lftp/3.4.7 ---> Accept: */* ---> Depth: 0 ---> Content-Type: text/xml ---> Content-Length: 68 ---> Connection: keep-alive ---> ---> <?xml version="1.0" ?><propfind xmlns="DAV:"><allprop/></propfind> <--- HTTP/1.1 404 Not Found <--- Date: Fri, 09 Jun 2006 18:27:30 GMT <--- Server: Apache/1.3.33 (Debian GNU/Linux) <--- Keep-Alive: timeout=15, max=99 <--- Connection: Keep-Alive <--- Transfer-Encoding: chunked <--- Content-Type: text/html; charset=iso-8859-1 <--- mirror: Access failed: 404 Not Found (/) ---- Closing HTTP connection 1 error detected -- Am I giving to wrong value to 'set http:use-propfind'? the manpage says it's a boolean, so the ones I tried seemed to make sense. I updated yesterday from an older version, which used to work fine (I don't know which version it was tho.. sorry). Thanks. Ariel.
