I am trying to sync korganizer calendar on my zaurus to an .ics file on my server. I have tried multiple permutations without success. Each time I am getting a message that the copy failed. The program suggests that I try the command on the command line to see what went wrong. The commands work fine on the command line so I don't know what to do next.
here are some of the settings that I have tried when configuring sync to remote file. I have SSH configured with shared keys to work without passwords. (I thought that would be the hardest step)
1st try:
download
scp -P 23 root@mydomain.org:/home/remotecalendar.ics /mnt/ide3/Documents/Pim_Files/localcalendar.ics
tmp
/mnt/ide3/Documents/Pim_Files/localcalendar.ics
upload
scp -P 23 /mnt/ide3/Documents/Pim_Files/localcalendar.ics root@mydomain.org:/home/remotecalendar.ics
2nd try:
download
scp -P 23 root@mydomain.org:/home/remotecalendar.ics /mnt/ide3/Documents/Pim_Files/localcalendar.ics
tmp
/tmp/mycalendar.ics
upload
scp -P 23 /mnt/ide3/Documents/Pim_Files/localcalendar.ics root@mydomain.org:/home/remotecalendar.ics
I won't list attempts 3,4,5,6,7,8, or 9
In both cases, the file gets downloaded to the proper place but then the program gives me the error message.
Does anybody have this working? Is there something else in the setup that I need to change? Am I downloading the file to the wrong place or giving it the wrong name? Am I using the wrong tmp file? Why does kdepimpi think that the copy failed, how does it determine if the copy was successful?
My setup:
Zaurus C3100 with pdaxrom rc12 running kdepimpi 2.2.3
Remote headless server running sshd to store the ics files
Multiple machines on the home network running the full kontact 3.4.3 suite that load the stored files from the server