On Tue, Feb 17, 2004 at 01:08:44AM +0100, jsha wrote: > [COMPLETE-16.02.04]/[COMPLETE-16.02.04] and it just keeps on > going. there is nothing i can do to remove the useless > timestamp directory, i must work around it.
Try -x or -X options to exclude COMPLETE symlinks. > to be able to mirror symlinks as well i've placed this > command in my lftp configuration file. i hope that's not the > reason for lftp behaving like this: > > set ftp:list-options "-La" Most probably it is. I think COMPLETE is a symlink to current directory, that's why mirror gets the same files again. You can either remove -L option, use -x or -X to exclude loops, and possibly use mirror -L to download symlinks as files. -- Alexander.
