Saturday, September 20, 2008

Sf.net changed use of project web

Perhaps we became unable to access project web directory via SSH. According to a topic in Community Discussion Forums, it became possible to read/write porject web directory vis web.sourceforge.net easily.


rsync -av {your_directory} {account},{project unix-name}@web.sourceforge.net:htdocs


If you need to get files from project web directory, exchange source with target:


rsync -av {account},{project unix-name}@web.sourceforge.net:htdocs {your_directory}


It became impossible to use something, because we are not able to use SSH. But, members who don't bring to our project became unable to access to our directory. That's important for security of us.

No comments: