rsync tool

ssh command

ssh -t USER,PROJECT@shell.sourceforge.net create

Note that you can access remote shell through this operation.The detail about ssh will be covered next time.
ssh -t billie66,tinylion@shell.sourceforge.net create

rsync command

rsync -r --delete local_file_directory/  billie66@frs.sourceforge.net:/home/users/b/bi/billie66/userweb/htdocs/

Note that "/" is very important

rsync -r /var/www/ billie66@frs.sourceforge.net:/home/users/b/bi/billie66/userweb/htdocs/


This is the third time to modify the file in order to check gitk capabilities.