From: Harald O. <Har...@El...> - 2009-08-07 07:11:42
|
Hi Andreas, thank you for the sftp hint. Unfortunately, my permissions do not seam to be sufficient: Andreas Kupries schrieb: > https://sourceforge.net/project/admin/features.php?group_id=12883 > Project Web I get a web page (while logged in in sourceforge) saying: Permission Denied Access to this page is restricted (either to project members or to project administrators) and you do not meet the requirements to access this page. Please contact the administrator of this project for further assistance. > https://sourceforge.net/apps/trac/sourceforge/wiki/Project%20web I tried: sftp oehhar,tc...@we... Login worked. But when uploading files: 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 sftp> del index.html Invalid command. sftp> rm index.html Removing /home/groups/t/tc/tcllib/bwidget/BWman/index.html Couldn't delete file: Permission denied 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. |