Alexander,
Alas--- with new lftp still the same.
- I have directory "data" on source machine
- I have directory "data" on target machine, with different
data that should not be overwritten.
So I do something like:
lftp -c "mirror -e -X data/ --no-umask -v \
ftp://user:[EMAIL PROTECTED]/html/cobbold/ \
/var/www/html/cobbold"
But the message I get is:
Removing old directory `data'
..and so instead of IGNORING it, it is REMOVED.
Verion:
[EMAIL PROTECTED] root]# lftp --version
Lftp | Version 2.6.3 | Copyright (c) 1996-2002 Alexander V.
Lukyanov
This is free software with ABSOLUTELY NO WARRANTY. See COPYING
for details.
Send bug reports and questions to <[EMAIL PROTECTED]>.
Any advice?
Michael