On Wed, Jul 21, 2004 at 12:41:12AM -0700, Vahid Pazirandeh wrote: > When I perform an fxp mirror, my files on the destination site get clobbered. > Actually lftp first deletes the file on destination site (DELE) then uploads a > new one (STOR). Well, it tries to do this. My destination ftp server denies > the DELE command (permission denied), lftp doesn't care and then tries to STOR, > and that fails too.
Use --only-missing mirror option if you only want to transfer files missing on target side. -- Alexander.
