Menu

Shell Services

There is a newer version of this page. You can find it here.

[[include in-progress (not found)]]

Shell Services

Releasing Files

SCP

User jsmith seeks to put file.zip to the Rel_1 directory of his project, fooproject:

scp file.zip jsmith@frs.sourceforge.net:/home/frs/project/fooproject/Rel_1

Rsync

User jsmith seeks to put file.zip to the Rel_1 directory of his project, fooproject:

rsync -e ssh file.zip jsmith@frs.sourceforge.net:/home/frs/project/fooproject/Rel_1/

SFTP

User jsmith seeks to put file.zip to the Rel_1 directory of his project, fooproject:

$ sftp jsmith@frs.sourceforge.net
Connecting to frs.sourceforge.net...
jsmith@frs.sourceforge.net's password: 
sftp> cd /home/frs/project/fooproject/Rel_1
sftp> put file.zip
Uploading file.zip to /home/frs/project/fooproject/Rel_1/file.zip
ws 100% 1573 1.5KB/s 00:00 

sftp>

SSH

Developers may use the Shell service to manage existing files and folders.

Log into the Shell service then your change directory based on your project UNIX name (Example project named "fooproject"):

cd /home/frs/project/fooproject

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.