Pushing content to the Sourceforge web service
From ControlTier
Overview
- Be sure you have chmod'd the files and directories to be 664/775 respectively
SCP
General form
$ scp -r LOCALPATH user,project@web.sourceforge.net:htdocs/DESTPATH
Example
$ scp -r mydocs ahonor,ctl-dispatch@web.sourceforge.net:htdocs/mydocs
SFTP
General form
$ sftp user,project@web.sourceforge.net cd htdocs put LOCALFILE DESTFILE
Example
$ sftp ahonor,controltier@web.sourceforge.net cd htdocs put myfile destfile