On Wed, Mar 24, 2004 at 04:17:51PM +0100, jsha wrote:
> put < set ftp:list-options "-La" > in lftp.conf --- i did
> that, but my problem is that there's another "tag" directory
> inside the original symlinked directories (named something
> like [project]-[catID]-[resolution]-[date]). and when lftp
> mirrors that too, it places the content of ../ in . -- and
> that includes another "tag" directory which also places the
> content of its ../                  :(

Have you tried `mirror -L'? It treats symlinks as plain files.
The only drawback is that the tag directory won't be mirrored properly.
You can solve this problem with two mirror commands, e.g.:

        mirror -I *-*-*-*
        mirror -L -X *-*-*-*

or with single mirror:
        set list-options -La
        mirror -X *-*-*-*/*

-- 
   Alexander.

Reply via email to