From: Andreas K. <and...@ac...> - 2009-08-07 19:26:06
|
Harald Oehlmann wrote: > sftp> put index.html > Uploading index.html to /home/groups/t/tc/tcllib/bwidget/BWman/index.html > Couldn't get handle: Permission denied > sftp> ls -l index.html > -rw-r--r-- 0 techentin tcllib 230 Aug 3 1999 index.html > Following the file permissions, only user techentin has write access on > the files and folders. > Group access is missing on the rights. > I suppose this might be a general hint to the tcllib project. > Nearly all files are not group writeable which is ok if there is one > maintainer. Ok. I have now fixed this using the Shell service. Basically, (1) copied BWman to somewhere else, the resulting files were then owned by me. (2) Changed the permissions to group writable. (3) Moved BWman out of the way. (4) Moved my copy of BWman into place. The website seems to still work, and the files are now group writable. Hopefully that is now good enough for the sftp access. Andreas. |