I have a user on my server that has /usr/bin/git-shell
in /etc/passwd
.
How do I upload files to the folder ~/www/
on the server, where I have owner rights?
If I try scp, I get this error:
$ scp index.html gituser@example.de:~/www/
fatal: unrecognized command 'scp -t ~/www/'
lost connection