On Wed, Nov 20, 2002 at 01:49:24PM +0100, Tobias Fritz wrote: > if I do > > mirror -R -n -e -v . . > > and I have a file like ".abc", lftp will transfer the file, but if > I later delete the file he will not delete in on the remote site > (he should do it because I use the -e option and in fact he > removes all the other files, but no files with a leading dot)
This is a FAQ: Q: Why doesn't mirror download files starting with a dot? I can see the files using `ls -a'. A: Try `set ftp:list-options -a'. Well, it is not exact the same problem, but very much related. -- Alexander.
