<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Release Files for Download</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>Recent changes to Release Files for Download</description><atom:link href="https://sourceforge.net/p/forge/documentation/Release%20Files%20for%20Download/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 14 Jan 2026 18:54:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/forge/documentation/Release%20Files%20for%20Download/feed" rel="self" type="application/rss+xml"/><item><title>Release Files for Download modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -1,4 +1,4 @@
-SourceForge.net provides a [File Manager](Files) as a means for projects to make files available for download by their users. In addition to the web-based File Manager, SourceForge provides an [interactive-shell service](Shell Service) for managing files. The File Manager and the interactive shell service provide different methods to manipulate the same files and folders. See Accessing Releases via Shell later in this document for more information.
+SourceForge.net provides a [File Manager](Files) as a means for projects to make files available for download by their users. In addition to the web-based File Manager, SourceForge provides access via SFTP, SCP, and Rsync protocols to manipulate the same files and folders. 

 [TOC]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Wed, 14 Jan 2026 18:54:04 -0000</pubDate><guid>https://sourceforge.net89d94ae08f373180394114cf4d6f8171e28dcee9</guid></item><item><title>Release Files for Download modified by Guillermo Cruz</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -44,12 +44,12 @@
 #[Rsync](rsync)
 Example: user &lt;u&gt;jsmith&lt;/u&gt; seeks to put &lt;u&gt;file.zip&lt;/u&gt; to the &lt;u&gt;release1&lt;/u&gt; directory of his project, &lt;u&gt;fooproject&lt;/u&gt;.  Replace the underscore parts with your details:

-&lt;div class="codehilite"&gt;&lt;pre&gt;rsync -e ssh &lt;u&gt;file.zip&lt;/u&gt; &lt;u&gt;jsmith&lt;/u&gt;@frs.sourceforge.net:/home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;/&lt;u&gt;release1&lt;/u&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;div style="background: #f8f8f8; overflow: auto; margin-bottom: 1em; font-size: 14px;"&gt;&lt;pre&gt;rsync -e ssh &lt;u&gt;file.zip&lt;/u&gt; &lt;u&gt;jsmith&lt;/u&gt;@frs.sourceforge.net:/home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;/&lt;u&gt;release1&lt;/u&gt;&lt;/pre&gt;&lt;/div&gt;

 #[SFTP](SFTP)
 Example: user &lt;u&gt;jsmith&lt;/u&gt; seeks to put &lt;u&gt;file.zip&lt;/u&gt; to the &lt;u&gt;release1&lt;/u&gt; directory of his project, &lt;u&gt;fooproject&lt;/u&gt;.  Replace the underscore parts with your details.

-&lt;div class="codehilite"&gt;&lt;pre&gt;$ sftp &lt;u&gt;jsmith&lt;/u&gt;@frs.sourceforge.net
+&lt;div style="background: #f8f8f8; overflow: auto; margin-bottom: 1em; font-size: 14px;"&gt;&lt;pre&gt;$ sftp &lt;u&gt;jsmith&lt;/u&gt;@frs.sourceforge.net
 Connecting to frs.sourceforge.net...
 jsmith@frs.sourceforge.net's password: 
 sftp&amp;gt; cd /home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;/&lt;u&gt;release1&lt;/u&gt;
&lt;/pre&gt;

&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guillermo Cruz</dc:creator><pubDate>Wed, 13 Aug 2025 22:00:33 -0000</pubDate><guid>https://sourceforge.nete93a76721b2f9d1abdab8de5c672376b3d8ee00d</guid></item><item><title>Release Files for Download modified by Guillermo Cruz</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -39,7 +39,7 @@
 #[SCP](SCP)
 Example: user &lt;u&gt;jsmith&lt;/u&gt; seeks to put &lt;u&gt;file.zip&lt;/u&gt; to the &lt;u&gt;release1&lt;/u&gt; directory of his project, &lt;u&gt;fooproject&lt;/u&gt;.  Replace the underscore parts with your details:

-&lt;div class="codehilite"&gt;&lt;pre&gt;scp &lt;u&gt;file.zip&lt;/u&gt; &lt;u&gt;jsmith&lt;/u&gt;@frs.sourceforge.net:/home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;/&lt;u&gt;release1&lt;/u&gt;&lt;/pre&gt;&lt;/div&gt;
+&lt;div style="background: #f8f8f8; overflow: auto; margin-bottom: 1em; font-size: 14px;"&gt;&lt;pre&gt;scp &lt;u&gt;file.zip&lt;/u&gt; &lt;u&gt;jsmith&lt;/u&gt;@frs.sourceforge.net:/home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;/&lt;u&gt;release1&lt;/u&gt;&lt;/pre&gt;&lt;/div&gt;

 #[Rsync](rsync)
 Example: user &lt;u&gt;jsmith&lt;/u&gt; seeks to put &lt;u&gt;file.zip&lt;/u&gt; to the &lt;u&gt;release1&lt;/u&gt; directory of his project, &lt;u&gt;fooproject&lt;/u&gt;.  Replace the underscore parts with your details:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guillermo Cruz</dc:creator><pubDate>Wed, 13 Aug 2025 21:53:28 -0000</pubDate><guid>https://sourceforge.net9632c3e73ee5a772be60ecef0233b39cb09ad463</guid></item><item><title>Release Files for Download modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -59,24 +59,11 @@
 sftp&amp;gt;&lt;/pre&gt;

&lt;p&gt;Note: your project directory (/home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;) is available, even if you cannot see it listed.&lt;br/&gt;
-#&lt;a class="" href="/p/forge/documentation/SSH/"&gt;SSH&lt;/a&gt;&lt;br/&gt;
-Developers may use the &lt;a class="" href="/p/forge/documentation/Shell%20Service/"&gt;Shell service&lt;/a&gt; to manage existing files and folders.&lt;br/&gt;
-&lt;br/&gt;
-Log into the Shell service then your change directory based on your project UNIX name (Example project named "fooproject"):&lt;br/&gt;
-&lt;br/&gt;
-&lt;/p&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;cd /home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;#Release notes&lt;br/&gt;
 The file browser will show any README file it finds in the current folder (or parent folder) below the file listing. This is useful to provide release notes, download instructions, etc. and it is highly recommended you make this available to your end-users.   README files must have "readme" in the filename (case-insensitive) and can be plain text, markdown, reStructuredText, or textile formats, using the corresponding filename extension.  They are limited to 64KB in size.&lt;/p&gt;
&lt;h2 id="-old-per-file-release-note-associations-are-still-accessible-by-clicking-on-the-i-icon"&gt;-Old per-file release note associations are still accessible by clicking on the "i" icon.&lt;/h2&gt;
&lt;p&gt;#Known limitations&lt;br/&gt;
 * Individual files larger than 10 GB will not replicate out to our mirrors and can not be downloaded. &lt;br/&gt;
-&lt;em&gt; Moving files may be accomplished via the shell, but cannot be done with the web file manager.&lt;br/&gt;
+&lt;/em&gt; Moving files between directories may be accomplished via &lt;a class="alink" href="/p/forge/documentation/SFTP/"&gt;[SFTP]&lt;/a&gt;, but cannot be done with the web file manager.&lt;br/&gt;
&lt;strong&gt;Note&lt;/strong&gt;: download statistics are based on path and filename, so stats for moved files will be reset. Your total project download count will include the previous name's stats.&lt;br/&gt;
-&lt;br/&gt;
-#Migration from package/release system&lt;br/&gt;
-For projects that had releases available for download at the time of the change to the File Manager facility (July 2009), those files were migrated to logical folders. This is based upon the package &amp;amp; release names.&lt;br/&gt;
-&lt;br/&gt;
-In addition to the folders created for migrated packages and releases, an "OldFiles" folder was also created which contains files that were previously hidden. &lt;br/&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 21 Jan 2025 18:49:40 -0000</pubDate><guid>https://sourceforge.net4d8a090c6fc2424a9289c21797556bf46d0f4b82</guid></item><item><title>Release Files for Download modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -72,7 +72,7 @@
 Old per-file release note associations are still accessible by clicking on the "i" icon.

 #Known limitations
-* Individual files larger than 8 GB will not replicate out to our mirrors and can not be downloaded. 
+* Individual files larger than 10 GB will not replicate out to our mirrors and can not be downloaded. 
 * Moving files may be accomplished via the shell, but cannot be done with the web file manager.
 **Note**: download statistics are based on path and filename, so stats for moved files will be reset. Your total project download count will include the previous name's stats.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 07 Jan 2025 21:48:51 -0000</pubDate><guid>https://sourceforge.net66f674972b06721020a603e0bd5c38821cae1be2</guid></item><item><title>Release Files for Download modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -5,7 +5,7 @@
 #Release Files for Download (FRS)
 Files released using the File Release System (FRS) are automatically distributed to our worldwide network of download mirrors, ensuring file availability, and providing great download performance to users.

-All file releases should be a single file. Multiple files for the same release should be archived together (tar, deb, zip, etc.). We recommend using rsync for all uploads over 20 megabytes in size, as rsync allows for resuming canceled or interrupted transfers.
+All file releases should be a single file. Multiple files for the same release should be archived together (tar, deb, zip, etc.). We recommend using rsync for all uploads over 100 megabytes in size, as rsync allows for resuming canceled or interrupted transfers.

 You must be a project admin or have the "release technician" permission to manage files for a project. There are several ways to manage your files:

@@ -72,11 +72,11 @@
 Old per-file release note associations are still accessible by clicking on the "i" icon.

 #Known limitations
-* Individual files larger than 7 GB will not replicate out to our mirrors and can not be downloaded. 
+* Individual files larger than 8 GB will not replicate out to our mirrors and can not be downloaded. 
 * Moving files may be accomplished via the shell, but cannot be done with the web file manager.
 **Note**: download statistics are based on path and filename, so stats for moved files will be reset. Your total project download count will include the previous name's stats.

 #Migration from package/release system
 For projects that had releases available for download at the time of the change to the File Manager facility (July 2009), those files were migrated to logical folders. This is based upon the package &amp;amp; release names.

-In addition to the folders created for migrated packages and releases, an "OldFiles" folder was also created which contains files that were previously hidden. The "OldFiles" folder is not visible to users downloading files from your project. If you wish to make a file visible, simply move it to a different folder.
+In addition to the folders created for migrated packages and releases, an "OldFiles" folder was also created which contains files that were previously hidden. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 11 Nov 2024 16:50:07 -0000</pubDate><guid>https://sourceforge.net8434633fab4d52dfc4ee9a3e9d1c9ebef8fc5373</guid></item><item><title>Release Files for Download modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -60,7 +60,7 @@

 Note: your project directory (/home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;) is available, even if you cannot see it listed.
 #[SSH](SSH)
-Developers may use the Shell service to manage existing files and folders.
+Developers may use the [Shell service](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"):

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 16 Apr 2024 14:57:11 -0000</pubDate><guid>https://sourceforge.net065bab4cd6a2c495d91b74d98be99c416996f614</guid></item><item><title>Release Files for Download modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -72,7 +72,7 @@
 Old per-file release note associations are still accessible by clicking on the "i" icon.

 #Known limitations
-* Individual files larger than 6 GB will not replicate out to our mirrors and can not be downloaded. 
+* Individual files larger than 7 GB will not replicate out to our mirrors and can not be downloaded. 
 * Moving files may be accomplished via the shell, but cannot be done with the web file manager.
 **Note**: download statistics are based on path and filename, so stats for moved files will be reset. Your total project download count will include the previous name's stats.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 25 May 2023 17:24:48 -0000</pubDate><guid>https://sourceforge.net64fba053df3d7564533f8cdbbe850bf912ad2ed8</guid></item><item><title>Release Files for Download modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -72,7 +72,7 @@
 Old per-file release note associations are still accessible by clicking on the "i" icon.

 #Known limitations
-* Individual files larger than 5 GB will not replicate out to our mirrors and can not be downloaded. 
+* Individual files larger than 6 GB will not replicate out to our mirrors and can not be downloaded. 
 * Moving files may be accomplished via the shell, but cannot be done with the web file manager.
 **Note**: download statistics are based on path and filename, so stats for moved files will be reset. Your total project download count will include the previous name's stats.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 30 Jan 2023 17:53:53 -0000</pubDate><guid>https://sourceforge.net705b43b78fa255a0b4d5030e1e5d52c8959b4d41</guid></item><item><title>Release Files for Download modified by SourceForge Support</title><link>https://sourceforge.net/p/forge/documentation/Release%2520Files%2520for%2520Download/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,4 +1,4 @@
-SourceForge.net provides a [File Manager](Files) as a means for projects to make files available for download by their users. In addition to the web based File Manager, SourceForge provides an [interactive-shell service](Shell Service) for managing files. The File Manager and the interactive shell service provide different methods to manipulate the same files and folders. See Accessing Releases via Shell later in this document for more information.
+SourceForge.net provides a [File Manager](Files) as a means for projects to make files available for download by their users. In addition to the web-based File Manager, SourceForge provides an [interactive-shell service](Shell Service) for managing files. The File Manager and the interactive shell service provide different methods to manipulate the same files and folders. See Accessing Releases via Shell later in this document for more information.

 [TOC]

@@ -30,7 +30,7 @@
    * "Download button" allows you to change the label on the download button seen by your visitors.

 * To rename a file or folder, click the "i" icon and edit the name.
-**Note**: download statistics are based on file name, so stats for this file will be reset. Your total project download count will include the previous name's stats.
+**Note**: download statistics are based on the file name, so stats for this file will be reset. Your total project download count will include the previous name's stats.

 * To delete a file or folder, click the "-" icon
 Note: Users are responsible for backing up all of their files. SourceForge.net will not restore individual files.
@@ -67,7 +67,7 @@
 &lt;div class="codehilite"&gt;&lt;pre&gt;cd /home/frs/project/&lt;u&gt;fooproject&lt;/u&gt;&lt;/pre&gt;&lt;/div&gt;

 #Release notes
-The file browser will show any README file it finds in the current folder (or parent folder) below the file listing. This is useful to provide release notes, download instructions, etc. and it is highly recommended you make this available to your end users.   README files must have "readme" in the filename (case-insensitive) and can be plain text, markdown, reStructuredText, or textile formats, using the corresponding filename extension.  They are limited to 64KB in size.
+The file browser will show any README file it finds in the current folder (or parent folder) below the file listing. This is useful to provide release notes, download instructions, etc. and it is highly recommended you make this available to your end-users.   README files must have "readme" in the filename (case-insensitive) and can be plain text, markdown, reStructuredText, or textile formats, using the corresponding filename extension.  They are limited to 64KB in size.

 Old per-file release note associations are still accessible by clicking on the "i" icon.

@@ -79,4 +79,4 @@
 #Migration from package/release system
 For projects that had releases available for download at the time of the change to the File Manager facility (July 2009), those files were migrated to logical folders. This is based upon the package &amp;amp; release names.

-In addition to the folders created for migrated package and releases, an "OldFiles" folder was also created which contains files that were previously hidden. The "OldFiles" folder is not visible to users downloading files from your project. If you wish to make a file visible, simply move it to a different folder.
+In addition to the folders created for migrated packages and releases, an "OldFiles" folder was also created which contains files that were previously hidden. The "OldFiles" folder is not visible to users downloading files from your project. If you wish to make a file visible, simply move it to a different folder.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Support</dc:creator><pubDate>Wed, 06 Apr 2022 20:23:46 -0000</pubDate><guid>https://sourceforge.netf7778c9c5557a3af9b115b2eaac91fdad367bfd6</guid></item></channel></rss>