<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Shell Services</title><link>https://sourceforge.net/p/forge/documentation/Shell%2520Services/</link><description>Recent changes to Shell Services</description><atom:link href="https://sourceforge.net/p/forge/documentation/Shell%20Services/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 28 Jan 2025 18:33:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/forge/documentation/Shell%20Services/feed" rel="self" type="application/rss+xml"/><item><title>Shell Services modified by SourceForge Support</title><link>https://sourceforge.net/p/forge/documentation/Shell%2520Services/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -29,14 +29,3 @@

 sftp&amp;gt;
 ~~~
-
-
-
-####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
-~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Support</dc:creator><pubDate>Tue, 28 Jan 2025 18:33:13 -0000</pubDate><guid>https://sourceforge.netd5e4938652688ef69de1e465d4326eabe621e2cb</guid></item><item><title>Shell Services modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Shell%2520Services/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,3 @@
-[[include ref=in-progress]]
-
 ##Shell Services

@@ -35,7 +33,7 @@


 ####SSH
-Developers may use the Shell service to manage existing files and folders.
+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"):

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 16 Mar 2020 15:43:45 -0000</pubDate><guid>https://sourceforge.net2957c0536dcfa983c1a9cd0f34fe04fa0ee17e66</guid></item><item><title>Shell Services modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Shell%2520Services/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -9,13 +9,13 @@
 ####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/f/fo/fooproject/Rel_1
+    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/f/fo/fooproject/Rel_1/
+    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:
@@ -24,9 +24,9 @@
 $ sftp jsmith@frs.sourceforge.net
 Connecting to frs.sourceforge.net...
 jsmith@frs.sourceforge.net's password: 
-sftp&amp;gt; cd /home/frs/project/f/fo/fooproject/Rel_1
+sftp&amp;gt; cd /home/frs/project/fooproject/Rel_1
 sftp&amp;gt; put file.zip
-Uploading file.zip to /home/frs/project/f/fo/fooproject/Rel_1/file.zip
+Uploading file.zip to /home/frs/project/fooproject/Rel_1/file.zip
 ws 100% 1573 1.5KB/s 00:00 

 sftp&amp;gt;
@@ -40,5 +40,5 @@
 Log into the Shell service then your change directory based on your project UNIX name (Example project named "fooproject"):

 ~~~
-cd /home/frs/project/f/fo/fooproject
+cd /home/frs/project/fooproject
 ~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Wed, 05 Oct 2016 16:29:53 -0000</pubDate><guid>https://sourceforge.net38f194d51f16343862cf887b48fc58fa8dd3ed9b</guid></item><item><title>Shell Services modified by Dave Brondsema</title><link>https://sourceforge.net/p/forge/documentation/Shell%2520Services/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -9,26 +9,28 @@
 ####SCP
 User jsmith seeks to put file.zip to the Rel_1 directory of his project, fooproject:

-    scp file.zip jsmith,fooproject@frs.sourceforge.net:/home/frs/project/f/fo/fooproject/Rel_1
+    scp file.zip jsmith@frs.sourceforge.net:/home/frs/project/f/fo/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,fooproject@frs.sourceforge.net:/home/frs/project/f/fo/fooproject/Rel_1/
+    rsync -e ssh file.zip jsmith@frs.sourceforge.net:/home/frs/project/f/fo/fooproject/Rel_1/

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

-$ sftp jsmith,fooproject@frs.sourceforge.net
+~~~
+$ sftp jsmith@frs.sourceforge.net
 Connecting to frs.sourceforge.net...
-jsmith,fooproject@frs.sourceforge.net's password: 
+jsmith@frs.sourceforge.net's password: 
 sftp&amp;gt; cd /home/frs/project/f/fo/fooproject/Rel_1
 sftp&amp;gt; put file.zip
 Uploading file.zip to /home/frs/project/f/fo/fooproject/Rel_1/file.zip
 ws 100% 1573 1.5KB/s 00:00 

 sftp&amp;gt;
+~~~

@@ -37,22 +39,6 @@

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

+~~~
 cd /home/frs/project/f/fo/fooproject
-File management service
-
-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. See here for more details
-
-Old per-file release note associations are still accessible by clicking on the "i" icon.
-
-Known limitations
-Moving files and creating of symlinks may be accomplished via the shell, but cannot be done with the web file manager.
-
-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.
-
-Getting Help
-Support
-Request an enhancement
+~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Wed, 05 Oct 2016 16:09:31 -0000</pubDate><guid>https://sourceforge.net31e997d067dc30acd75cfe4ea91686aa74984a40</guid></item><item><title>WikiPage Shell Services modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/forge/documentation/Shell%2520Services/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,5 @@
+[[include ref=in-progress]]
+
 ##Shell Services
 
 
&lt;/pre&gt;</description><pubDate>Tue, 11 Dec 2012 21:12:09 -0000</pubDate><guid>https://sourceforge.net9ec4c56a85c853611a3471b56f2e6be9fe9c485a</guid></item></channel></rss>