On Wed, Feb 26, 2003 at 10:24:56AM +0100, Janine C.Buorditez wrote:
> Can somebody please tell me whether lftp is capable of mirroring symlinks?
>
> I'm inside a directory containing hundreds of other symlinked directories.
> Now, I want to mirror all of that directory so I don't have to enter it and
> manually mirror each and every symlink there is.

If the ftp server supports LIST -L option, then do in lftp:

   set ftp:list-options "-La"

BTW, beware of infinite recursion.

If the symlinks are to files only, then `mirror -L' will work nicely.

--
   Alexander.                      | http://www.yars.free.net/~lav/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to