Welcome to Apache FtpServer

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.1.

This release fixes the issues found since the release of 1.0.0. 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?...

Posted at 17 May @ 1:39 PM by Niklas Gustavsson | 0 comments

The Apache MINA project is pleased to announce the release of FtpServer 1.0.0.

This is the first major, production ready, release of Apache FtpServer. We consider the code to be very stable and well performing. The project has been under development for a long time with many contributors, all of which has made valuable improvements to the code base.

We have started development towards the 1.1.0 release with some great new features and will also be providing bug fixes to the 1.0 branch....

Posted at 26 Feb @ 12:41 PM by Niklas Gustavsson | 0 comments

The Apache MINA project is pleased to announce the release of FtpServer 1.0.0-RC2.

This is the second release candidate for FtpServer 1.0.0. This release contains some last minute fixes for bugs that was found in RC1. If all goes well, this is what will become 1.0.0.

Release notes
Downloads
Documentation

We welcome you to try it out....

Posted at 30 Jan @ 1:44 PM by Niklas Gustavsson | 0 comments

The Apache MINA project is pleased to announce the release of FtpServer 1.0.0-RC1.

This is the first release candidate for FtpServer 1.0.0. This release mainly contains bug fixes and minor enhancements since the last release.

Release notes
Downloads
Documentation

We welcome you to try it out....

Posted at 13 Jan @ 12:44 PM by Niklas Gustavsson | 0 comments

The Apache MINA project is pleased to announce the release of FtpServer 1.0.0-M4. This is the last milestone before the end game for 1.0.0. The API is now stable and only bugs will be fixed for the first release candidate. This release comes with a lot of bug fixes, minor improvments, OSGi support and full Javadoc coverage of our public API.

[Release notes|https://issues.apache.org/jira/secure/ReleaseNote.jspa?...

Posted at 09 Dec @ 1:07 PM by Niklas Gustavsson | 0 comments