Menu

Shell Services

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>

Related

Documentation: Files

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.