blob: 18d30d0d08010eeb893a74b46c2c1e1fc6ffa032 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<title>FtpServer Documentation &mdash; Apache MINA</title>
<link href="/assets/css/common.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/ftpserver.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<div id="container">
<div id="header">
<div id="subProjectsNavBar">
<a href="/">
Apache MINA Project
</a>
&nbsp;|&nbsp;
<a href="/mina-project/">
MINA
</a>
&nbsp;|&nbsp;
<a href="/asyncweb-project/">
AsyncWeb
</a>
&nbsp;|&nbsp;
<a href="/ftpserver-project/">
<strong>FtpServer</strong>
</a>
&nbsp;|&nbsp;
<a href="/sshd-project/">
SSHD
</a>
&nbsp;|&nbsp;
<a href="/vysper-project/">
Vysper
</a>
</div>
</div>
<div id="content">
<div id="leftColumn">
<div id="navigation">
<a class="acevent" data-format="wide" data-width="170"></a>
<h5>Social Networks</h5>
<ul>
<li><a href="https://fosstodon.org/@apachemina">Apache MINA Mastodon</a></li>
</ul>
<h5>Overview</h5>
<ul>
<li><a href="/ftpserver-project/index.html">Home</a> </li>
<li><a href="/ftpserver-project/features.html">Features</a> </li>
<li><a href="/ftpserver-project/download_1_1.html">FtpServer 1.1.4</a></li>
<li><a href="/ftpserver-project/download_1_2.html">FtpServer 1.2.0</a></li>
<li><a href="/ftpserver-project/old-downloads.html">Old Downloads</a></li>
<li><a href="/ftpserver-project/documentation.html">Documentation</a></li>
<li><a href="/ftpserver-project/gen-docs/latest-1.1/apidocs/index.html" class="external-link" rel="nofollow">API Javadoc 1.1.4</a></li>
<li><a href="/ftpserver-project/gen-docs/latest-1.2/apidocs/index.html" class="external-link" rel="nofollow">API Javadoc 1.2.0</a></li>
<li><a href="/ftpserver-project/getting_source.html">Sources</a></li>
<li><a href="/ftpserver-project/faq.html">FAQ</a></li>
<li><a href="/ftpserver-project/related_project.html">Related Project</a></li>
</ul>
<h5>Community</h5>
<ul>
<li><a href="/ftpserver-project/mailing_list.html">Mailing Lists</a></li>
<li><a href="/ftpserver-project/getting_involved.html">Getting Involved</a></li>
<li><a href="/ftpserver-project/reporting_bug.html">Reporting a Bug</a></li>
<li><a href="/ftpserver-project/contributors.html">Contributors</a></li>
<li><a href="https://www.apache.org/foundation/contributing.html">Contributing</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
</ul>
<h5>Sponsorship</h5>
<ul>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/">apache.org</a></li>
</ul>
</div>
</div>
<div id="rightColumn">
<h1 id="documentation">Documentation</h1>
<h2 id="tutorials">Tutorials</h2>
<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>
<h2 id="using-ftpserver">Using FtpServer</h2>
<ul>
<li><a href="installation.html">Installation</a>
<ul>
<li><a href="ftpserver_as_windows_service.html">Installing FtpServer as a Windows service</a></li>
</ul>
</li>
<li><a href="configuration.html">Configuration</a>
<ul>
<li><a href="configuration_server.html">Server</a></li>
<li><a href="configuration_listeners.html">Listeners</a></li>
<li><a href="configuration_passive_ports.html">Configure passive ports</a></li>
<li><a href="configuration_ssltls_support.html">TLS/SSL Support</a></li>
<li><a href="configuration_user_manager.html">User Manager</a></li>
<li><a href="configuration_logging.html">Logging</a></li>
</ul>
</li>
<li><a href="messages.html">Messages</a></li>
<li><a href="managing_users.html">Managing users</a></li>
<li><a href="ftpserver_port_21.html">FtpServer and port 21 on Linux</a></li>
</ul>
<h2 id="advanced">Advanced</h2>
<ul>
<li><a href="ftpserver_commands.html">FTP Commands</a></li>
<li><a href="ftpserver_site_commands.html">SITE Commands</a></li>
<li><a href="ftplet.html">Ftplet</a></li>
</ul>
<h2 id="supported-rfcs">Supported RFCs</h2>
<ul>
<li><a href="http://www.ietf.org/rfc/rfc959.txt">RFC959</a></li>
<li><a href="http://www.ietf.org/rfc/rfc2228.txt">RFC2228</a></li>
<li><a href="http://www.ietf.org/rfc/rfc2389.txt">RFC2389</a></li>
<li><a href="http://www.ietf.org/rfc/rfc2428.txt">RFC2428</a></li>
<li><a href="http://www.ietf.org/rfc/rfc2640.txt">RFC2640</a></li>
<li><a href="draft-twine-ftpmd5-00.html">draft-twine-ftpmd5-00</a></li>
<li><a href="http://www.omz13.com/downloads/draft-somers-ftp-mfxx-00.html#anchor8">draft-somers-ftp-mfxx-00</a></li>
</ul>
<h2 id="developing-ftpserver">Developing FtpServer</h2>
<ul>
<li><a href="getting_source.html">Getting the source</a></li>
<li><a href="building.html">Building</a></li>
<li><a href="releasing.html">Releasing</a></li>
</ul>
</div>
<div id="endContent"></div>
</div>
<div id="footer">
&copy; 2003-2024, <a href="https://www.apache.org">The Apache Software Foundation</a> - <a href="https://privacy.apache.org/policies/privacy-policy-public.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>
</body>
</html>