diff --git a/bacnet-stack/doc/README.release b/bacnet-stack/doc/README.release index e29a70cb..b150746f 100644 --- a/bacnet-stack/doc/README.release +++ b/bacnet-stack/doc/README.release @@ -38,8 +38,9 @@ tar and gzip the clean directory from one directory up. $ tar -cvvzf bacnet-stack-0.0.0.tgz bacnet-stack/ Put the new release up on SourceForge -Connect to ftp://upload.sourceforge.net/ as anonymous -Upload the tarball to the incoming directory. +Connect to the Web upload page. +Use your SourceForge.net username and password to authenticate. +Upload the tarball. Go to http://sourceforge.net/projects/bacnet/ Admin -> File Releases diff --git a/bacnet-stack/release.sh b/bacnet-stack/release.sh index 0e90a809..0578ce72 100755 --- a/bacnet-stack/release.sh +++ b/bacnet-stack/release.sh @@ -74,4 +74,7 @@ fi rm -rf $ARCHIVE_NAME echo "Complete!" -echo "FTP the files to upload.sourceforge.net/incoming" +echo "WebDAV the files to https://frs.sourceforge.net/s/sk/skarg/upload" +echo "Use the command line FTP-like client cadaver" +echo "or go to https://frs.sourceforge.net/webupload" +