Transfer Log
This appending file should only log a short info for each performed action.
Especially for automated repeated "synchronize remote" batch commands the total list of all transferred files would be useful.
The other log-file is more useful for debugging connection problems, and the XML cannot append.
A simple CSV-file format would be the best:
date,time,action,src-file,dest-file
e.g.
16.09.2009,15:18:00,copy,C:\Temp\test.txt,/home/test/test.txt
16.09.2009,15:20:00,update,C:\Temp\test.txt,/home/test/test.txt
16.09.2009,15:22:00,delete,-,/home/test/test.txt
best regards
Stefan