"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <?xml version='1.0' encoding='UTF-8' ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision: 420990 $ -->
5
6 <!--
7 Licensed to the Apache Software Foundation (ASF) under one or more
8 contributor license agreements. See the NOTICE file distributed with
9 this work for additional information regarding copyright ownership.
10 The ASF licenses this file to You under the Apache License, Version 2.0
11 (the "License"); you may not use this file except in compliance with
12 the License. You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21 -->
22
23 <!--
24 Original Copyright (c) 2005 Covalent Technologies
25
26 FTP Protocol module for Apache 2.0
27 -->
28
29 <manualpage metafile="index.xml.meta">
30 <parentdocument href="../"/>
31
32 <title>Apache FTP Protocol Support</title>
33
34 <summary>
35 <p>The FTP Protocol Module provides support for the File Transfer
36 Protocol to the Apache HTTP Server. It allows you to combine
37 Apache's powerful authentication, SSL encryption, dynamic
38 content and filtering capabilities with the venerable FTP
39 protocol.</p>
40 </summary>
41
42 <section id="howtogetftp">
43
44 <title>How to Obtain the FTP Protocol Module</title>
45
46 <p>The <module>mod_ftp</module> module is a subproject of the <a
47 href="http://httpd.apache.org/">Apache HTTP Server</a> project and
48 is at this time not distributed with the server. Its source code
49 can be checked out from the Apache Subversion repository at: </p>
50
51 <p><a
52 href="http://svn.apache.org/repos/asf/httpd/mod_ftp/trunk">http://svn.apache.org/repos/asf/httpd/mod_ftp/trunk</a></p>
53
54 <p>See the Apache HTTP Server <a
55 href="http://httpd.apache.org/dev/">Developer Resources</a> page
56 for more information about the Subversion repository.</p>
57
58 <p>Instructions for building <module>mod_ftp</module> are included
59 in the <em>STATUS</em> file in the repository.</p>
60
61 </section>
62
63 <section id="documentation"><title>Documentation</title>
64 <ul>
65 <li><a href="ftp_intro.html">Introduction and Overview</a></li>
66 <li><a href="ftp_tls.html">Securing FTP with TLS</a></li>
67 <li><a href="ftp_howto.html"><code>mod_ftp</code> Examples and HowTo</a></li>
68 <li><a href="ftp_faq.html">Frequently Asked Questions about
69 <code>mod_ftp</code></a></li>
70 </ul>
71 </section>
72
73 <section id="mod-ftp"><title><code>mod_ftp</code></title>
74 <p>Extensive documentation on the directives provided by this module
75 can be found in the <a href="../mod/mod_ftp.html"><code>mod_ftp</code> reference
76 documentation</a>.
77 </p>
78 </section>
79
80 </manualpage>