It happes this directory can only be modified by the apache user. I can't modify the perms as this is a shared server. I've just ordered their VPS service though and then I will be able to change the perms and fix the problem.

Thanks a lot for the help,

Marcelo.

On Tue, Nov 17, 2009 at 9:46 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:
Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:

> Now, I could setup the env almost entirely: I can pull from my webdev
> via scp from within emacs, I can sync from mobileorg without
> problems. The issue happens when I run org-mobile-push. It fails and
> shows the following message:
>
> "org-mobile-create-sumo-agenda: Cannot write to file
> /scpc:ffighter@catwoman.dreamhost.com:/home/ffighter/org.fullofcaffeine.com/orgmms/agendas.org"
>

Can you do it from the command line? What happens if you try to copy an existing
file to the indicated place with e.g.

    scp some-existing-file ffighter@catwoman.dreamhost.com:/home/ffighter/org.fullofcaffeine.com/orgmms/agendas.org

? Do the intermediate directories on the destination exist? Do you have write access?

Nick