Hi Jerome, 2008/8/7 Jerome Laheurte <[EMAIL PROTECTED]>: > No, that was not the problem. Files have owner fniessink and group > taskcoach, and I belong to this group, but their permission is 0755 so > I don't have write access on them. It should be 0664 for regular > files, and 0775 for directories. I don't know how to tell scp to do > that.
I logged in (ssh <username>@shell.taskcoach.sourceforge.net; cd /home/groups/t/ta/taskcoach/htdocs) and changed the permissions manually. I think scp -p should preserve file modes, so if you make sure files have the right permissions locally (i.e. group readable/writable and group executable for folders) they should be preserved remotely; at least what I conclude from the man page. Cheers, Frank
