You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by bu...@apache.org on 2012/11/15 14:09:01 UTC

svn commit: r838429 [6/9] - in /websites/staging/mina/trunk/content: ./ asyncweb-project/ ftpserver-project/ vysper-project/

Added: websites/staging/mina/trunk/content/ftpserver-project/ftpserver_site_commands.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/ftpserver_site_commands.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/ftpserver_site_commands.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,195 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer SITE Commands &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="site-commands">SITE Commands</h1>
+<p>This document describes all the FTP SITE commands implemented.</p>
+<h2 id="site-descuser">SITE DESCUSER</h2>
+<p>It displays the user details.</p>
+<h3 id="sample-server-replies">Sample Server Replies</h3>
+<div class="codehilite"><pre><span class="mi">200</span><span class="o">-</span>
+<span class="n">DESCUSER</span> <span class="p">:</span> <span class="n">display</span> <span class="n">user</span> <span class="n">information</span><span class="o">.</span>
+<span class="n">HELP</span>     <span class="p">:</span> <span class="n">display</span> <span class="n">this</span> <span class="n">message</span><span class="o">.</span>
+<span class="n">STAT</span>     <span class="p">:</span> <span class="n">show</span> <span class="n">statistics</span><span class="o">.</span>
+<span class="n">WHO</span>      <span class="p">:</span> <span class="n">display</span> <span class="n">all</span> <span class="n">connected</span> <span class="n">users</span><span class="o">.</span>
+<span class="n">ZONE</span>     <span class="p">:</span> <span class="n">display</span> <span class="n">timezone</span><span class="o">.</span>
+<span class="mi">200</span> <span class="n">End</span> <span class="n">of</span> <span class="n">help</span><span class="o">.</span>
+</pre></div>
+
+
+<h2 id="site-help">SITE HELP</h2>
+<p>It displays all the available SITE commands.</p>
+<h3 id="server-replies">Server Replies</h3>
+<div class="codehilite"><pre><span class="mi">200</span><span class="o">-</span>
+<span class="n">DESCUSER</span> <span class="p">:</span> <span class="n">display</span> <span class="n">user</span> <span class="n">information</span><span class="o">.</span>
+<span class="n">HELP</span>     <span class="p">:</span> <span class="n">display</span> <span class="n">this</span> <span class="n">message</span><span class="o">.</span>
+<span class="n">STAT</span>     <span class="p">:</span> <span class="n">show</span> <span class="n">statistics</span><span class="o">.</span>
+<span class="n">WHO</span>      <span class="p">:</span> <span class="n">display</span> <span class="n">all</span> <span class="n">connected</span> <span class="n">users</span><span class="o">.</span>
+<span class="n">ZONE</span>     <span class="p">:</span> <span class="n">display</span> <span class="n">timezone</span><span class="o">.</span>
+<span class="mi">200</span> <span class="n">End</span> <span class="n">of</span> <span class="n">help</span><span class="o">.</span>
+</pre></div>
+
+
+<h2 id="site-stat">SITE STAT</h2>
+<p>This command displays different server statistics information. Only admin user has the permission to execute this.</p>
+<h3 id="sample-server-reply">Sample Server Reply</h3>
+<div class="codehilite"><pre><span class="mi">200</span><span class="o">-</span>
+<span class="n">Start</span> <span class="n">Time</span>               <span class="p">:</span> <span class="mi">2005</span><span class="o">-</span><span class="mi">09</span><span class="o">-</span><span class="mo">01</span><span class="n">T12:10:11</span>
+<span class="n">File</span> <span class="n">Upload</span> <span class="n">Number</span>       <span class="p">:</span> <span class="mi">0</span>
+<span class="n">File</span> <span class="n">Download</span> <span class="n">Number</span>     <span class="p">:</span> <span class="mi">0</span>
+<span class="n">File</span> <span class="n">Delete</span> <span class="n">Number</span>       <span class="p">:</span> <span class="mi">0</span>
+<span class="n">File</span> <span class="n">Upload</span> <span class="n">Bytes</span>        <span class="p">:</span> <span class="mi">0</span>
+<span class="n">File</span> <span class="n">Download</span> <span class="n">Bytes</span>      <span class="p">:</span> <span class="mi">0</span>
+<span class="n">Directory</span> <span class="n">Create</span> <span class="n">Number</span>  <span class="p">:</span> <span class="mi">0</span>
+<span class="n">Directory</span> <span class="n">Remove</span> <span class="n">Number</span>  <span class="p">:</span> <span class="mi">0</span>
+<span class="n">Current</span> <span class="n">Logins</span>           <span class="p">:</span> <span class="mi">1</span>
+<span class="n">Total</span> <span class="n">Logins</span>             <span class="p">:</span> <span class="mi">1</span>
+<span class="n">Current</span> <span class="n">Anonymous</span> <span class="n">Logins</span> <span class="p">:</span> <span class="mi">0</span>
+<span class="n">Total</span> <span class="n">Anonymous</span> <span class="n">Logins</span>   <span class="p">:</span> <span class="mi">0</span>
+<span class="n">Current</span> <span class="n">Connections</span>      <span class="p">:</span> <span class="mi">1</span>
+<span class="n">Total</span> <span class="n">Connections</span>        <span class="p">:</span> <span class="mi">1</span>
+<span class="mi">200</span>
+</pre></div>
+
+
+<h2 id="site-who">SITE WHO</h2>
+<p>This command displays all currently logged-in user information. It displays the user name, client IP, login time and last access time. Only admin user has the permission to execute this.</p>
+<h3 id="sample-server-reply_1">Sample Server Reply</h3>
+<div class="codehilite"><pre><span class="mi">200</span><span class="o">-</span>
+<span class="n">admin</span>           <span class="mf">127.0.0.1</span>       <span class="mi">2005</span><span class="o">-</span><span class="mi">09</span><span class="o">-</span><span class="mo">01</span><span class="n">T12:20:26</span> <span class="mi">2005</span><span class="o">-</span><span class="mi">09</span><span class="o">-</span><span class="mo">01</span><span class="n">T12:20:52</span>
+<span class="n">anonymous</span>       <span class="mf">127.0.0.1</span>       <span class="mi">2005</span><span class="o">-</span><span class="mi">09</span><span class="o">-</span><span class="mo">01</span><span class="n">T12:20:37</span> <span class="mi">2005</span><span class="o">-</span><span class="mi">09</span><span class="o">-</span><span class="mo">01</span><span class="n">T12:20:37</span>
+<span class="mi">200</span>
+</pre></div>
+
+
+<h2 id="site-zone">SITE ZONE</h2>
+<p>This command displays the timezone information of the FTP server in RFC 822 4-digit time zone format. The format is
+Sign TwoDigitHours TwoDigitMinutes</p>
+<h3 id="sample-server-reply_2">Sample Server Reply</h3>
+<div class="codehilite"><pre><span class="mi">200</span> <span class="o">+</span><span class="mo">0530</span>
+</pre></div>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/getting_involved.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/getting_involved.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/getting_involved.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Getting Involved &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="getting-involved">Getting Involved</h1>
+<p>Apache FtpServer communicates using our <a href="mailing_list.html">Mailing Lists</a>. If you have any questions, feedback or suggestions, you're very welcome to join the list and send an email. We are also happy to receive <a href="https://issues.apache.org/jira/browse/FTPSERVER">bug reports and feature requests in our JIRA</a>.</p>
+<h1 id="patches">Patches</h1>
+<p>The best chance of getting your bug or feature fixed is to provide a patch, if they fit our goals we will usually have them commited within a few days. The Apache Contributors page has excellent <a href="http://apache.org/dev/contributors.html#patches">information on how to produce patches</a>.</p>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/getting_source.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/getting_source.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/getting_source.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Getting Source &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="source">Source</h1>
+<h2 id="overview">Overview</h2>
+<p>This project uses Subversion to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>. If you are on Windows, the excellent <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> client is highly recommended.</p>
+<h2 id="web-access">Web Access</h2>
+<p>The following is a link to the <a href="http://svn.apache.org/viewvc/mina/ftpserver">online source repository</a>.</p>
+<h2 id="anonymous-access">Anonymous access</h2>
+<p>The source can be checked out anonymously from SVN with this command:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">svn</span> <span class="n">checkout</span> <span class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="o">/</span><span class="n">trunk</span> <span class="n">ftpserver</span>
+</pre></div>
+
+
+<h2 id="developer-access">Developer access</h2>
+<p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">svn</span> <span class="n">checkout</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="o">/</span><span class="n">trunk</span> <span class="n">ftpserver</span>
+</pre></div>
+
+
+<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">svn</span> <span class="n">commit</span> <span class="o">--</span><span class="n">username</span> <span class="n">your</span><span class="o">-</span><span class="n">username</span> <span class="o">-</span><span class="n">m</span> <span class="s">&quot;A message&quot;</span>
+</pre></div>
+
+
+<h2 id="access-from-behind-a-firewall">Access from behind a firewall</h2>
+<p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">svn</span> <span class="n">checkout</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="o">/</span><span class="n">trunk</span> <span class="n">ftpserver</span>
+</pre></div>
+
+
+<h2 id="access-through-a-proxy">Access through a proxy</h2>
+<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)</p>
+<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
+<p>Example : Edit the 'servers' file and add something like :</p>
+<div class="codehilite"><pre><span class="k">[global]</span>
+<span class="na">http-proxy-host</span> <span class="o">=</span> <span class="s">your.proxy.name</span>
+<span class="na">http-proxy-port</span> <span class="o">=</span> <span class="s">3128</span>
+</pre></div>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/index.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/index.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/index.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Home &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="welcome-to-apache-ftpserver">Welcome to Apache FtpServer</h1>
+<h2 id="overview">Overview</h2>
+<p>The Apache FtpServer is a 100% pure Java FTP server. It's designed to be a complete and portable FTP server engine solution based on currently available open protocols. FtpServer can be run standalone as a Windows service or Unix/Linux daemon, or embedded into a Java application. We also provide support for integration within <a href="http://springframework.org/">Spring</a> applications and provide our releases as OSGi bundles.</p>
+<p>The default network support is based on <a href="http://mina.apache.org/">Apache MINA</a>, a high performance asynchronous IO library. Using MINA, FtpServer can scale to a large number of concurrent users.</p>
+<p>It is also an FTP application platform. We have developed a Java API to let you write Java code to process FTP event notifications that we call the Ftplet API. Apache FtpServer provides an implementation of an FTP server to support this API.</p>
+<p>To get started, have a look at one of our tutorials:</p>
+<ul>
+<li><a href="embedding_ftpserver.html">Embedding FtpServer in 5 minutes</a></li>
+<li><a href="running_ftpserver_standalone.html">Running FtpServer stand-alone in 5 minutes</a></li>
+</ul>
+<p>You can also have a look at the documentation for how to configure FtpServer to suite your needs.</p>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/installation.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/installation.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/installation.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,167 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Installation &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="installation">Installation</h1>
+<h2 id="binary-distribution">Binary Distribution</h2>
+<p>Download the binary distribution and unzip it. The zip file includes sample configuration files</p>
+<p>Typical server set up : <INSTALL_DIR>/res/conf/ftpd-typical.xml</p>
+<ul>
+<li>Full example configuration file : <INSTALL_DIR>/res/conf/ftpd-full.xml</li>
+<li>If you want to use your own jar files, you can put those jar files in system CLASSPATH or copy those jar files in the <INSTALL_DIR>/common/lib directory.</li>
+</ul>
+<p>To run the server, go to <INSTALL_DIR> directory and execute ftpd.bat (if Windows) or ftpd.sh (if UNIX or Linux). In this case you need to pass the configuration file location. Usage:</p>
+<div class="codehilite"><pre><span class="n">ftpd</span> <span class="p">[</span><span class="sr">&lt;options&gt;</span><span class="p">]</span> <span class="p">[</span><span class="o">&lt;</span><span class="n">configuration</span> <span class="n">file</span><span class="o">&gt;</span><span class="p">]</span>
+    <span class="sr">&lt;options&gt;</span> <span class="p">:</span><span class="o">=</span> <span class="o">--</span><span class="n">default</span>
+    <span class="o">&lt;</span><span class="n">configuration</span> <span class="n">file</span><span class="o">&gt;</span> <span class="p">:</span><span class="o">=</span> <span class="o">&lt;</span><span class="n">XML</span> <span class="n">configuration</span> <span class="n">file</span><span class="o">&gt;</span>
+</pre></div>
+
+
+<p>In case of no option, default configuration will be used.</p>
+<p>Installing FtpServer as a Windows service</p>
+<h3 id="binary-distribution-directory-structure">Binary Distribution Directory Structure</h3>
+<div class="codehilite"><pre><span class="sr">&lt;INSTALL_DIR&gt;</span>
+  <span class="o">|</span>
+  <span class="o">|---</span> <span class="n">common</span>
+  <span class="o">|</span>     <span class="o">|</span>
+  <span class="o">|</span>     <span class="o">|---</span> <span class="n">classes</span>
+  <span class="o">|</span>     <span class="o">|</span>
+  <span class="o">|</span>     <span class="o">|---</span> <span class="n">lib</span>
+  <span class="o">|</span>
+  <span class="o">|---</span> <span class="n">docs</span>
+  <span class="o">|</span>     
+  <span class="o">|---</span> <span class="n">javadoc</span>
+  <span class="o">|</span>
+  <span class="o">|---</span> <span class="n">res</span>
+        <span class="o">|</span>
+        <span class="o">|---</span> <span class="n">conf</span>
+        <span class="o">|</span>
+        <span class="o">|---</span> <span class="n">home</span>
+        <span class="o">|</span>
+        <span class="o">|---</span> <span class="nb">log</span>
+</pre></div>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/mailing_list.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/mailing_list.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/mailing_list.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,214 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Mailing Lists &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="mailing-list">Mailing List</h1>
+<p>General information about the FtpServer mailing lists can be found here.</p>
+<h2 id="for-users">For Users</h2>
+<p>Please use this list for any questions regarding how to use FtpServer in your application.</p>
+<table>
+<thead>
+<tr>
+<th></th>
+<th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Subscribe</td>
+<td><a href="mailto:ftpserver-users-subscribe@mina.apache.org">ftpserver-users-subscribe@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Unsubscribe</td>
+<td><a href="mailto:ftpserver-users-unsubscribe@mina.apache.org">ftpserver-users-unsubscribe@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Post</td>
+<td><a href="mailto:ftpserver-users@mina.apache.org">ftpserver-users@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Archive</td>
+<td><a href="http://www.mail-archive.com/ftpserver-users@mina.apache.org/">http://www.mail-archive.com/ftpserver-users@mina.apache.org/</a></td>
+</tr>
+</tbody>
+</table>
+<h2 id="for-developers">For Developers</h2>
+<p>We use the MINA developers list for asking technical questions, discussing feature suggestions or general questions regarding the project.</p>
+<table>
+<thead>
+<tr>
+<th></th>
+<th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Subscribe</td>
+<td><a href="mailto:dev-subscribe@mina.apache.org">dev-subscribe@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Unsubscribe</td>
+<td><a href="mailto:dev-unsubscribe@mina.apache.org">dev-unsubscribe@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Post</td>
+<td><a href="mailto:dev@mina.apache.org">dev@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Archive</td>
+<td><a href="http://www.mail-archive.com/dev@mina.apache.org/">http://www.mail-archive.com/dev@mina.apache.org/</a></td>
+</tr>
+</tbody>
+</table>
+<h2 id="subversion-commits">Subversion commits</h2>
+<table>
+<thead>
+<tr>
+<th></th>
+<th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Subscribe</td>
+<td><a href="mailto:commits-subscribe@mina.apache.org">commits-subscribe@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Unsubscribe</td>
+<td><a href="mailto:commits-unsubscribe@mina.apache.org">commits-unsubscribe@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Post</td>
+<td><a href="mailto:commits@mina.apache.org">commits@mina.apache.org</a></td>
+</tr>
+<tr>
+<td>Archive</td>
+<td><a href="http://www.mail-archive.com/commits@mina.apache.org/">http://www.mail-archive.com/commits@mina.apache.org/</a></td>
+</tr>
+</tbody>
+</table>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/managing_users.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/managing_users.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/managing_users.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Managing users &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="managing-users">Managing users</h1>
+<p>Since FtpServer user manager might encrypt user passwords before saving them, manually administering the user database can be hard. There is basically three ways:</p>
+<h2 id="manually">Manually</h2>
+<p>Using either the PropertiesUserManager or DbUserManager you can access the data store (file or database) directly to edit users. For clear text passwords you can simply edit them. For MD5 hashed passwords, you can you use any of the available MD5 tools, for example <a href="http://www.iwebtool.com/md5">http://www.iwebtool.com/md5</a>, to hash the password before editing it. For salted passwords, use one of the methods described below.</p>
+<h2 id="using-the-api">Using the API</h2>
+<p>Using the FtpServer API, you can create a user manager, configure it as your real user manager and use that to edit users. This is a simple example:</p>
+<div class="codehilite"><pre><span class="n">PropertiesUserManagerFactory</span> <span class="n">userManagerFactory</span> <span class="o">=</span> <span class="k">new</span> <span class="n">PropertiesUserManagerFactory</span><span class="p">();</span>
+<span class="n">userManagerFactory</span><span class="o">.</span><span class="n">setFile</span><span class="p">(</span><span class="k">new</span> <span class="n">File</span><span class="p">(</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span><span class="n">myusers</span><span class="o">.</span><span class="n">properties</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;));</span>
+<span class="n">userManagerFactory</span><span class="o">.</span><span class="n">setPasswordEncryptor</span><span class="p">(</span><span class="k">new</span> <span class="n">SaltedPasswordEncryptor</span><span class="p">());</span>
+<span class="n">UserManager</span> <span class="n">um</span> <span class="o">=</span> <span class="n">userManagerFactory</span><span class="o">.</span><span class="n">createUserManager</span><span class="p">();</span>
+<span class="n">BaseUser</span> <span class="n">user</span> <span class="o">=</span> <span class="k">new</span> <span class="n">BaseUser</span><span class="p">();</span>
+<span class="n">user</span><span class="o">.</span><span class="n">setName</span><span class="p">(</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span><span class="n">myNewUser</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;);</span>
+<span class="n">user</span><span class="o">.</span><span class="n">setPassword</span><span class="p">(</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span><span class="n">secret</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;);</span>
+<span class="n">user</span><span class="o">.</span><span class="n">setHomeDirectory</span><span class="p">(</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span><span class="n">ftproot</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;);</span>
+<span class="n">um</span><span class="o">.</span><span class="n">save</span><span class="p">(</span><span class="n">user</span><span class="p">);</span>
+</pre></div>
+
+
+<h2 id="using-command-line-tool">Using command line tool</h2>
+<p>If you're using the XML configuratio, there is a command line tool available for adding new users to your user manager.</p>
+<p>In the examples below, make sure you update the versions to reflect the correct versions for your release</p>
+<p>Windows:</p>
+<div class="codehilite"><pre><span class="n">java</span> <span class="o">-</span><span class="n">cp</span> <span class="n">ftpserver</span><span class="o">-</span><span class="n">core</span><span class="o">-</span><span class="mf">1.0.0</span><span class="o">-</span><span class="n">M4</span><span class="o">.</span><span class="n">jar</span><span class="p">;</span><span class="n">ftplet</span><span class="o">-</span><span class="n">api</span><span class="o">-</span><span class="mf">1.0.0</span><span class="o">-</span><span class="n">M4</span><span class="o">.</span><span class="n">jar</span><span class="p">;</span><span class="n">mina</span><span class="o">-</span><span class="n">core</span><span class="o">-</span><span class="mf">2.0.0</span><span class="o">-</span><span class="n">M3</span><span class="o">.</span><span class="n">jar</span><span class="p">;</span> 
+    <span class="p">[</span><span class="n">slf4j</span><span class="o">-</span><span class="n">api</span><span class="o">-</span><span class="mf">1.5.2</span><span class="o">.</span><span class="n">jar</span><span class="p">;</span><span class="sr">&lt;br&gt;</span><span class="n">slf4j</span><span class="o">-</span><span class="n">simple</span><span class="o">-</span><span class="mf">1.5.2</span><span class="o">.</span><span class="n">jar</span> 
+    <span class="p">[</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">ftpserver</span><span class="o">.</span><span class="n">main</span><span class="o">.</span><span class="n">AddUser</span> <span class="n">path</span><span class="sr">/to/</span><span class="n">your</span><span class="o">/</span><span class="n">config</span><span class="o">.</span><span class="n">xml</span>
+</pre></div>
+
+
+<p>MacOS/Linux/Unix</p>
+<div class="codehilite"><pre><span class="n">java</span> <span class="o">-</span><span class="n">cp</span> <span class="n">ftpserver</span><span class="o">-</span><span class="n">core</span><span class="o">-</span><span class="mf">1.0.0</span><span class="o">-</span><span class="n">M4</span><span class="o">.</span><span class="n">jar:ftplet</span><span class="o">-</span><span class="n">api</span><span class="o">-</span><span class="mf">1.0.0</span><span class="o">-</span><span class="n">M4</span><span class="o">.</span><span class="n">jar:mina</span><span class="o">-</span><span class="n">core</span><span class="o">-</span><span class="mf">2.0.0</span><span class="o">-</span><span class="n">M3</span><span class="o">.</span><span class="n">jar:</span><span class="o">\</span>
+    <span class="n">slf4j</span><span class="o">-</span><span class="n">api</span><span class="o">-</span><span class="mf">1.5.2</span><span class="o">.</span><span class="n">jar:</span><span class="sr">&lt;br&gt;</span><span class="n">slf4j</span><span class="o">-</span><span class="n">simple</span><span class="o">-</span><span class="mf">1.5.2</span><span class="o">.</span><span class="n">jar</span> <span class="o">\</span>
+    <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">ftpserver</span><span class="o">.</span><span class="n">main</span><span class="o">.</span><span class="n">AddUser</span> <span class="n">path</span><span class="sr">/to/</span><span class="n">your</span><span class="o">/</span><span class="n">config</span><span class="o">.</span><span class="n">xml</span>
+</pre></div>
+
+
+<p>The program will ask you for the required data.</p>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/messages.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/messages.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/messages.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,292 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Messages &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="messages">Messages</h1>
+<p>This document explains how to customize all the Apache FtpServer reply messages.</p>
+<p>All the server messages are customizable. The default reply messages are bundled with the server. The user defined custom messages will be stored separately. This custom message file is configurable.</p>
+<p>The FtpServer project is interested in localized message bundles, please <a href="mailing_list.html">contact the project</a> if you would like to donate.</p>
+<h2 id="example">Example</h2>
+<div class="codehilite"><pre><span class="o">&lt;</span><span class="n">messages</span> <span class="n">languages</span><span class="o">=</span><span class="s">&quot;se, no ,da&quot;</span><span class="o">&gt;</span>
+</pre></div>
+
+
+<h2 id="messages-element">messages element</h2>
+<table>
+<thead>
+<tr>
+<th>Attribute</th>
+<th>Description</th>
+<th>Required</th>
+<th>Default value</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>directory</td>
+<td>The directory in which message bundles can be located</td>
+<td>No</td>
+<td>&nbsp;</td>
+</tr>
+<tr>
+<td>languages</td>
+<td>A comma separated list of the languages that the server will provide messages in</td>
+<td>No</td>
+<td>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<h2 id="creating-a-customized-message-bundle">Creating a customized message bundle</h2>
+<h3 id="dynamic-values">Dynamic Values</h3>
+<p>Dynamic values can be embedded in the server message replies. User can specify different variables in message strings. Variables are represented by {variable} in the string. </p>
+<table>
+<thead>
+<tr>
+<th></th>
+<th></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Variable Name</td>
+<td>Description</td>
+</tr>
+<tr>
+<td>server.ip</td>
+<td>Server IP address.</td>
+</tr>
+<tr>
+<td>server.port</td>
+<td>Server port.</td>
+</tr>
+<tr>
+<td>client.ip</td>
+<td>Client IP address.</td>
+</tr>
+<tr>
+<td>client.con.time</td>
+<td>Client connection time. The date format is yyyy-MM-dd'T'HH:mm:ss (ISO8601).</td>
+</tr>
+<tr>
+<td>client.login.time</td>
+<td>Client login time. The date format is yyyy-MM-dd'T'HH:mm:ss (ISO8601).</td>
+</tr>
+<tr>
+<td>client.login.name</td>
+<td>User login name. If the user has not passed the login name, it will be null.</td>
+</tr>
+<tr>
+<td>client.access.time</td>
+<td>Client last access time. The date format is yyyy-MM-ddTHH:mm:ss (ISO8601).</td>
+</tr>
+<tr>
+<td>client.home</td>
+<td>User home directory.</td>
+</tr>
+<tr>
+<td>client.dir</td>
+<td>User current directory.</td>
+</tr>
+<tr>
+<td>request.line</td>
+<td>User request line.</td>
+</tr>
+<tr>
+<td>request.cmd</td>
+<td>User FTP command.</td>
+</tr>
+<tr>
+<td>request.arg</td>
+<td>User request argument. If there is no argument it will be null.</td>
+</tr>
+<tr>
+<td>stat.start.time</td>
+<td>Server start time. The date format is yyyy-MM-ddTHH:mm:ss (ISO8601).</td>
+</tr>
+<tr>
+<td>stat.con.total</td>
+<td>Total number of connections after server startup.</td>
+</tr>
+<tr>
+<td>stat.con.curr</td>
+<td>Current connection number.</td>
+</tr>
+<tr>
+<td>stat.login.total</td>
+<td>Total number of logins after server startup.</td>
+</tr>
+<tr>
+<td>stat.login.curr</td>
+<td>Current login number.</td>
+</tr>
+<tr>
+<td>stat.login.anon.total</td>
+<td>Total number of anonymous logins after server startup.</td>
+</tr>
+<tr>
+<td>stat.login.anon.curr</td>
+<td>Current anonymous login number.</td>
+</tr>
+<tr>
+<td>stat.file.upload.count</td>
+<td>Total number of files uploaded.</td>
+</tr>
+<tr>
+<td>stat.file.upload.bytes</td>
+<td>Total number of bytes uploaded.</td>
+</tr>
+<tr>
+<td>stat.file.download.count</td>
+<td>Total number of files downloaded</td>
+</tr>
+<tr>
+<td>stat.file.download.bytes</td>
+<td>Total number of bytes downloaded</td>
+</tr>
+<tr>
+<td>stat.file.delete.count</td>
+<td>Total number of files deleted.</td>
+</tr>
+<tr>
+<td>stat.dir.create.count</td>
+<td>Total number of directories created.</td>
+</tr>
+<tr>
+<td>stat.dir.delete.count</td>
+<td>Total number of directories removed.</td>
+</tr>
+<tr>
+<td>output.code</td>
+<td>FTP Server 3 digit reply code.</td>
+</tr>
+<tr>
+<td>output.msg</td>
+<td>Basic core message which has to be available in the message.</td>
+</tr>
+</tbody>
+</table>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/related_project.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/related_project.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/related_project.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,136 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Related Projects &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="related-projects">Related Projects</h1>
+<h2 id="milton-webdav-over-ftp"><a href="http://milton.ettrema.com/index.html">Milton WebDAV over FTP</a></h2>
+<p>Using FtpServer to provide FTP support in the WebDAV server Milton. This means that for each resource managed by Milton, you can configure so that it is available both over WebDAV/HTTP and FTP.</p>
+<h2 id="vfs-ftpserver-bridge"><a href="http://vfs-utils.sourceforge.net/ftpserver/index.html">VFS FTPServer Bridge</a></h2>
+<p>This project provides an Apache Commons VFS implementation for the Apache FTPServer project. Instead of working only on local files, with this VFS bridge you can connect to any VFS provider. You can still use a local file system, but you can also use a ZIP file, loop through to another FTP server, or use any other available VFS implementation such as DctmVFS.</p>
+<h2 id="hdfs-over-ftp"><a href="https://sites.google.com/a/iponweb.net/hadoop/Home/hdfs-over-ftp">HDFS over FTP</a></h2>
+<p>FTP server which works on a top of HDFS. It aAllows to connect to HDFS using any FTP client. FTP server is configurable by hdfs-over-ftp.conf and users.conf. Also it allows to use secure connection over SSL and supports all HDFS permissions</p>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+

Added: websites/staging/mina/trunk/content/ftpserver-project/releasing.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/releasing.html (added)
+++ websites/staging/mina/trunk/content/ftpserver-project/releasing.html Thu Nov 15 13:08:54 2012
@@ -0,0 +1,204 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+	<title>FtpServer Releasing &mdash; Apache MINA</title>
+	
+		<link href="./../css/common.css" rel="stylesheet" type="text/css">
+		<link href="./../css/mina.css" rel="stylesheet" type="text/css">
+	
+</head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <a href="./../">
+            
+              <strong>Apache MINA Project</strong>
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../mina/index.html">
+            
+              MINA
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../asyncweb/index.html">
+            
+              AsyncWeb
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../ftpserver/index.html">
+            
+              FtpServer
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../sshd/index.html">
+            
+              SSHD
+            
+          </a>
+          &nbsp;|&nbsp;
+          <a href="./../vysper/index.html">
+            
+              Vysper
+            
+          </a>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+      <div id="content">
+        <div id="leftColumn">
+                              
+          
+          
+          
+          
+          
+            <div id="navigation">
+
+    <h5>Latest Downloads</h5>
+    <ul>
+        <li><a href="./../downloads-mina.html">Mina 2.0.7</a></li>
+        <li><a href="./../downloads-ftpserver.html">FtpServer 1.0.6</a></li>
+        <li><a href="./../downloads-sshd.html">SSHD 0.8.0</a></li>
+        <li><a href="./../downloads-vysper.html">Vysper 0.7</a></li>
+    </ul>
+    <h5>Projects</h5>
+    <ul>
+        <li><a href="./../mina/index.html">MINA</a></li>
+        <li><a href="./../asyncweb/index.html">AsyncWeb</a></li>
+        <li><a href="./../ftpserver/index.html">FtpServer</a></li>
+        <li><a href="./../sshd/index.html">SSHD</a></li>
+        <li><a href="./../vysper/index.html">Vysper</a></li>
+    </ul>
+
+    <h5>Community</h5>
+    <ul>
+      <li><a href="./../contributors.html" class="external-link" rel="nofollow">Team</a></li>
+      <li><a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a></li>
+      <li><a href="http://www.apache.org/foundation/contributing.html" class="external-link" rel="nofollow">Contributing</a></li>
+      <li><a href="http://www.apache.org/" title="Apache Software Foundation" class="external-link" rel="nofollow">ASF main site</a></li>
+      <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a></li>
+      <li><a href="http://www.apache.org/foundation/sponsorship.html" title="The ASF sponsorship program" class="external-link" rel="nofollow">Sponsorship program</a></li>
+      <li><a href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</a></li>
+    </ul>
+
+    <h3><a name="Navigation-Upcoming"></a>Upcoming</h3>
+
+</div>
+
+<!-- navigation -->
+          
+        </div><!-- leftColumn -->
+      <div id="rightColumn">
+
+
+
+
+<h1 id="releasing">Releasing</h1>
+<h2 id="before-calling-a-vote">Before calling a vote</h2>
+<ul>
+<li>Update the README.txt file</li>
+<li>
+<p>Copy trunk revision to branch</p>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">copy</span> <span class="o">-</span><span class="n">m</span> <span class="s">&quot;Branching for release&quot;</span> <span class="o">-</span><span class="n">r</span> <span class="sr">&lt;revision&gt;</span> 
+    <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="sr">/trunk/</span>
+    <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="sr">/branches/</span><span class="o">&lt;</span><span class="n">release</span> <span class="n">version</span><span class="o">&gt;</span>
+<span class="n">svn</span> <span class="n">co</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="sr">/branches/</span><span class="o">&lt;</span><span class="n">release</span> <span class="n">version</span><span class="o">&gt;</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Up version in trunk</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">versions:set</span> <span class="o">-</span><span class="n">DnewVersion</span><span class="o">=&lt;</span><span class="k">next</span> <span class="n">version</span><span class="o">&gt;-</span><span class="n">SNAPSHOT</span> <span class="o">-</span><span class="n">DgenerateBackupPoms</span><span class="o">=</span><span class="n">false</span>
+<span class="n">svn</span> <span class="o">-</span><span class="n">m</span> <span class="s">&quot;Increasing version for new development in trunk&quot;</span> <span class="n">commit</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Update version in branch</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">versions:set</span> <span class="o">-</span><span class="n">DnewVersion</span><span class="o">=&lt;</span><span class="n">release</span> <span class="n">version</span><span class="o">&gt;</span> <span class="o">-</span><span class="n">DgenerateBackupPoms</span><span class="o">=</span><span class="n">false</span>
+<span class="n">svn</span> <span class="o">-</span><span class="n">m</span> <span class="s">&quot;Setting version for release of &lt;release version&gt;&quot;</span> <span class="n">commit</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>mvn -Papache-release clean deploy</p>
+</li>
+<li>Close staging repository on http://repository.apache.org</li>
+<li>Gather distribution files and upload to people.apache.org</li>
+<li>Start vote</li>
+</ul>
+<h2 id="after-a-successful-vote">After a successful vote</h2>
+<ul>
+<li>Update site,</li>
+<li>Run the auto-export plugin (else the news on the first page won't be updated correctly)</li>
+<li>
+<p>Wait until replication to /www/confluence-exports/FTPSERVER has run</p>
+<div class="codehilite"><pre><span class="sr">/home/</span><span class="n">ngn</span><span class="o">/</span><span class="n">ftpserver</span><span class="o">-</span><span class="n">zip</span><span class="o">.</span><span class="n">sh</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Upload XML schema</p>
+<div class="codehilite"><pre><span class="n">scp</span> <span class="n">core</span><span class="sr">/src/m</span><span class="n">ain</span><span class="sr">/resources/o</span><span class="n">rg</span><span class="sr">/apache/</span><span class="n">ftpserver</span><span class="sr">/config/s</span><span class="n">pring</span><span class="o">/</span><span class="n">ftpserver</span><span class="o">-</span><span class="mf">1.0</span><span class="o">.</span><span class="n">xsd</span>
+    <span class="nv">@people</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org:</span><span class="sr">/www/mi</span><span class="n">na</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">ftpserver</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Build and tag</p>
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="o">-</span><span class="n">Papache</span><span class="o">-</span><span class="n">release</span> <span class="n">clean</span> <span class="n">deploy</span>
+<span class="n">svn</span> <span class="n">move</span> <span class="o">-</span><span class="n">m</span> <span class="s">&quot;Tagging &lt;release version&gt;&quot;</span> 
+    <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="sr">/branches/</span><span class="o">&lt;</span><span class="n">release</span> <span class="n">version</span><span class="o">&gt;</span> 
+    <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/mina/</span><span class="n">ftpserver</span><span class="sr">/tags/</span><span class="o">&lt;</span><span class="n">release</span> <span class="n">version</span><span class="o">&gt;</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Upload to people.apache.org /www/www.apache.org/dist/mina/ftpserver</p>
+</li>
+<li>Release in JIRA</li>
+<li>Update MINA site (add news and update latest downloads in navigation)</li>
+<li>Wait for mirrors to sync</li>
+<li>Send out announcement</li>
+</ul>
+<p>Run script to create documentation ZIP file, on people.apache.org</p>
+
+
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="./../privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
+