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:
Post a Comment