On Sat, Mar 24, 2001 at 03:54:47PM +0100, Arkadiusz Miskiewicz wrote:
> lftp can't follow symlinks ? For example I have directory/something/
> where something is symlink to ../vol/vol1/something/ and
> ,,mirror directory'' doesn't follow symlinks.
>
> Such ability is really nice.
Symlinks to directories are not followed. There are two reasons for that:
type of file where symlink points to cannot be easily determined and
infinite directory recursion can happen.
You can make lftp always follow symlinks by using
set list-options "-L"
(of course it would only work if server supports -L option of LIST command.)
--
Alexander.