Overview

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 Spring applications and provide our releases as OSGi bundles.

The default network support is based on Apache MINA, a high performance asynchronous IO library. Using MINA, FtpServer can scale to a large number of concurrent users.

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.

To get started, have a look at one of our tutorials:

You can also have a look at the documentation for how to configure FtpServer to suite your needs.

News

The Apache MINA project is pleased to announce the release of FtpServer 1.0.6. This release fixes a bunch of issues found since the release of 1.0.5, including a major improvement in how FtpServer handles assignment of passive ports. We recommend all users to upgrade to this release and consider this a stable and production ready release. Release notes https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12315314 Downloads Documentation We welcome you to try it out.…
The Apache MINA project is pleased to announce the release of FtpServer 1.0.5. This release fixes the issues found since the release of 1.0.4. We recommend all users to upgrade to this release. We consider this a stable and production ready release. Release notes https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12314821 Downloads Documentation We welcome you to try it out. We have tried to make it simple both to embed within your application as well as running it standalone.…
The Apache MINA project is pleased to announce the release of FtpServer 1.0.4. This release fixes the issues found since the release of 1.0.3. We recommend all users to upgrade to this release. We consider this a stable and production ready release. Release notes https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12314283 Downloads Documentation We welcome you to try it out.…
The Apache MINA project is pleased to announce the release of FtpServer 1.0.3. This release fixes the issues found since the release of 1.0.2. We recommend all users to upgrade to this release. We consider this a stable and production ready release. Release notes https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12314039 Downloads Documentation We welcome you to try it out.…
The Apache MINA project is pleased to announce the release of FtpServer 1.0.2. This release fixes the issues found since the release of 1.0.1. Some of these issues are related to the stability of running FtpServer and thus we recommend all users to upgrade to this release. We consider this a stable and production ready release. Release notes https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313952 Downloads Documentation We welcome you to try it out.…
  • No labels