Hi i'am using lft for backing up some ftp webspace acounts.
that often works well.
On one server i got a strange problem.
everytime i run this script it losts the connection in one folder
it says that he tries to reconnect in xyz seconds. after this period it counts 
down
again and again....
Did anyone know what happens there?

This is my script:
open ftp.blabla.de
user usern4me p4ssw0rd
mirror -n -v -c --use-cache --verbose=1 --parallel=2 ./ 
/var/ftp_backup/ftp.blabla.de
wait all
close -a

 

Reply via email to