Hello, i’m new user of lftp, and i have problem
when i FXP with mirror command.
The problem become when I FXP directory (with
multiple file inside) to servB and if someone FXP the same directory on servB
Lftp block on file are already FXP by other person.
For use mirror I do:
Lftp –f test
In test file:
mirror --use-cache --max-errors=1 --no-symlinks
--verbose=3 --only-missing –n –p ftp://user:pass <at> serv1/dir_for_fxp ftp://user:pass <at> serv2/
and if someone fxp the same dir I have this result:
<--- 500 You need to use a client supporting PRET
(PRE Transfer) to use PASV
---> PRET STOR stm-push-xvid.r05
<--- 553 Requested action not taken. File exists.
---> CPSV
<--- 500 You need to use a client supporting PRET
(PRE Transfer) to use PASV
---> PRET STOR stm-push-xvid.r05
<--- 553 Requested action not taken. File exists.
---> CPSV
<--- 500 You need to use a client supporting PRET
(PRE Transfer) to use PASV
---> PRET STOR stm-push-xvid.r05
<--- 553 Requested action not taken. File exists.
---> CPSV
<--- 500 You need to use a client supporting PRET
(PRE Transfer) to use PASV
---> PRET STOR stm-push-xvid.r05
<--- 553 Requested action not taken. File exists.
…
…
And never stop to do this
Someone can tell me what I must to do for remove file
at mirror list, or can I do a ‘ls’ after each fxp ??
I try everything and I don’t find L