Thank yum very much for your script! It's great.

(Don't blame me if mirror is able to PUT, I could'nt find a way).

lftp mirror --reverse is able to PUT, but i've got problems with it: in fact this program copies unmodified files to ftp again and again in spite of it's date. ftpsync is working well. i'm planning to use it to backup my home folder to remote ftp server.

By the way, my home folder contains lots of files, whose names are started with ".", but my ftp-server doesn't support such files. I've replaced line

        die "Could not create remote subdirectory $curlocaldir\n";

 with

        print "Could not create remote subdirectory $curlocaldir\n";

 Is it enough?
 How can i turn off processing of such files?

Reply via email to