As I wrote in an another
thread about the problem with updating the calendar over FTP. This still doesn't seem to work even though the latest build claims it should.
Now what the program does for a ftp://192.168.1.102:21/ftproot/kalenteri.ics when trying to update events on the calendar is the following:
1. Login
2. CWD ftproot
3. DELE kalenteri.ics.bak (gives an error because file doesn't exist)
4. CWD
5. CWD ftproot (path /ftproot/ftproot/ doesn't exist)
6. CWD /
7. CWD ftproot
8. STOR kalenteri.ics.tmp
9. RNFR kalenteri.ics.tmp RNTO kalenteri.ics (which won't work because kalenteri.ics still exists)
10. QUIT
This problem can be fixed by manually deleting and renaming the files, but it pretty much defeats the purpose of automatic updating.