Download Latest Version sourceforge-upload-0.34.tar.gz (3.7 kB)
Email in envelope

Get an email when there's a new version of SourceForge Project Tools

Home / sourceforge_upload
Name Modified Size InfoDownloads / Week
Parent folder
README 2013-01-25 1.2 kB
sourceforge-upload-0.34.tar.gz 2013-01-25 3.7 kB
Totals: 2 Items   4.9 kB 0
INSTALL

Install the usual Perl way:

perl Makefile.PL
sudo make install

USAGE

sourceforge-upload [-u USERNAME] [-s SUBDIRECTORY] PROJECT FILE

CONFIG

You MUST put your ssh public key on SourceForge to use this script. It
does not use your password. See https://sourceforge.net/account/ssh for
more details.

You may put your username in ~/.sourceforge to avoid having to type it
each time. The format is:

    username yourusername

If you want to use the script to set files to be the default download,
you'll need to also obtain an API key from
https://sourceforge.net/account/ and put that value in your
~/.sourceforge file as well

    apikey ab2385b7b768a931356f

`sourceforge-upload -h` for more details.

PREREQUISITES

You will need to have Perl, and the following Perl modules installed:

    Getopt::Long     HTTP::Request::Common
    File::HomeDir    LWP
    File::Rsync      Data::Dumper
    File::Path

You can install them from the command line with:

sudo cpan -i File::Path File::HomeDir Getopt::Long File::Rsync Data::Dumper HTTP::Request::Common LWP

AUTHOR

Rich Bowen - rbowen at SourceForge dot net

Get the latest version from
https://sourceforge.net/projects/sfprojecttools/files/sourceforge_upload/
Source: README, updated 2013-01-25