On Fri, Jun 09, 2006 at 03:36:54PM -0300, Ariel Manzur wrote:
> 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:
Please try this patch.
--
Alexander.
Index: Http.cc
===================================================================
RCS file: /home/lav/cvsroot/lftp/src/Http.cc,v
retrieving revision 1.211
diff -u -p -r1.211 Http.cc
--- Http.cc 26 May 2006 05:58:02 -0000 1.211
+++ Http.cc 10 Jun 2006 14:00:07 -0000
@@ -1957,6 +1957,7 @@ void Http::ResetLocationData()
super::ResetLocationData();
Reconfig();
state=DISCONNECTED;
+ use_propfind_now=QueryBool("use-propfind",hostname);
}
DirList *Http::MakeDirList(ArgV *args)