You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2012/05/06 23:27:48 UTC

svn commit: r816147 - in /websites/staging/httpd/trunk/content: ./ mod_ftp/index.html

Author: buildbot
Date: Sun May  6 21:27:48 2012
New Revision: 816147

Log:
Staging update by buildbot for httpd

Added:
    websites/staging/httpd/trunk/content/mod_ftp/index.html
Modified:
    websites/staging/httpd/trunk/content/   (props changed)

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May  6 21:27:48 2012
@@ -1 +1 @@
-1334785
+1334786

Added: websites/staging/httpd/trunk/content/mod_ftp/index.html
==============================================================================
--- websites/staging/httpd/trunk/content/mod_ftp/index.html (added)
+++ websites/staging/httpd/trunk/content/mod_ftp/index.html Sun May  6 21:27:48 2012
@@ -0,0 +1,131 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+        <link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+        <meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" />
+        <title>mod_ftp - FTP Protocol module for Apache 2 - The Apache HTTP Server Project</title>
+    </head>
+    <body>
+        
+        <div id="page-header">
+            <p class="menu">&nbsp;</p>
+            <p class="apache">&nbsp;</p>
+            <a href="/">
+            <img alt="" width="800" height="72" src="/images/httpd_logo_wide_new.png" border="0" />
+            </a>
+        </div>
+        
+
+        <!-- LEFT SIDE NAVIGATION -->
+        <div id="apmenu">
+            
+            <h1 id="essentials">Essentials</h1>
+<ul>
+<li><a href="/ABOUT_APACHE.html">About</a></li>
+<li><a href="http://www.apache.org/licenses/">License</a></li>
+<li><a href="http://wiki.apache.org/httpd/FAQ">FAQ</a></li>
+<li><a href="/security_report.html">Security Reports</a></li>
+</ul>
+<h1 id="download">Download!</h1>
+<ul>
+<li><a href="/download.cgi">From a Mirror</a></li>
+</ul>
+<h1 id="documentation"><a href="/docs/">Documentation</a></h1>
+<ul>
+<li><a href="/docs/2.4/">Version 2.4</a></li>
+<li><a href="/docs/2.2/">Version 2.2</a></li>
+<li><a href="/docs/2.0/">Version 2.0</a></li>
+<li><a href="/docs/trunk/">Trunk (dev)</a></li>
+</ul>
+<h1 id="get-support">Get Support</h1>
+<ul>
+<li><a href="/support.html">Support</a></li>
+</ul>
+<h1 id="get-involved">Get Involved</h1>
+<ul>
+<li><a href="/lists.html">Mailing Lists</a></li>
+<li><a href="/bug_report.html">Bug Reports</a></li>
+<li><a href="/dev/">Developer Info</a></li>
+</ul>
+<h1 id="subprojects">Subprojects</h1>
+<ul>
+<li><a href="/docs-project/">Docs</a></li>
+<li><a href="/test/">Test</a></li>
+<li><a href="/test/flood/">Flood</a></li>
+<li><a href="/apreq/">libapreq</a></li>
+<li><a href="/modules">Modules</a></li>
+<li><a href="/mod_fcgid/">mod_fcgid</a></li>
+<li><a href="/mod_ftp/">mod_ftp</a></li>
+</ul>
+<h1 id="miscellaneous"><a href="/info/">Miscellaneous</a></h1>
+<ul>
+<li><a href="/contributors/">Contributors</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+</ul>
+            
+        </div>
+
+
+        <!-- RIGHT SIDE INFORMATION -->
+        <div id="apcontents">
+            
+            <h1 id="introduction">Introduction</h1>
+<p><code>mod_ftp</code> is a FTP Protocol module to serve httpd content over the FTP
+protocol (whereever the HTTP protocol could also be used). It provides both
+RETR/REST retrieval and STOR/APPE upload, using the same user/permissions
+model as httpd (so it shares the same security considerations as mod_dav
+plus mod_dav_fs).</p>
+<h1 id="get-it">Get It!</h1>
+<p><code>mod_ftp</code> 0.9.6 is released as beta, and you can get the source (or a
+binary build for win32) from <a href="http://httpd.apache.org/download.cgi#mod_ftp">your local
+mirror</a>.</p>
+<p>Development of mod_ftp can be followed through the
+<a href="http://subversion.apache.org/">Subversion</a> repositories. For public access
+you can use :</p>
+<div class="codehilite"><pre><span class="c">% svn checkout http://svn.apache.org/repos/asf/httpd/mod_ftp/trunk/ mod_ftp</span>
+</pre></div>
+
+
+<h1 id="documentation">Documentation</h1>
+<p>The <a href="ftp/index.html">ftp documentation</a> starting page and the <a href="mod/mod_ftp.html">mod_ftp
+reference page</a> will get you started.</p>
+<p>See the
+<a href="http://svn.apache.org/repos/asf/httpd/mod_ftp/trunk/README-FTP">README-FTP</a>
+file distributed with the module's source code for additional build and
+installation notes.</p>
+<h1 id="mailing-lists">Mailing Lists</h1>
+<p>Discussions of <code>mod_ftp</code> take place on the main HTTPD development mailing
+list.</p>
+<ul>
+<li>
+<p><a href="mailto:dev-subscribe@httpd.apache.org">dev@httpd.apache.org</a> -
+development (
+<a href="http://mail-archives.apache.org/mod_mbox/httpd-dev/">archives</a> ).</p>
+</li>
+<li>
+<p><a href="mailto:cvs-subscribe@httpd.apache.org">cvs@httpd.apache.org</a> - svn
+commit logs for httpd, including mod_ftp (
+<a href="http://mail-archives.apache.org/mod_mbox/httpd-cvs/">archives</a> ).</p>
+</li>
+</ul>
+<h1 id="history">History</h1>
+<p><code>mod_ftp</code> was created by Covalent in 2001, granted to the ASF and entered
+incubation in 2005, and was graduated as a subproject of the HTTP Server
+Project in 2007.</p>
+            
+
+            <!-- FOOTER -->
+            <div id="footer">
+                <p class="apache">
+                    
+                    <p>Copyright &copy; 2012 The Apache Software Foundation
+Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+                    
+                </p>
+            </div>
+        </div>
+    </body>
+    </html>