Welcome to Apache FtpServerOverviewThe 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
Last changed Mar 13, 2010 18:48 by Niklas Gustavsson
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 We welcome you to try it out. …
Last changed Oct 06, 2009 12:37 by Niklas Gustavsson
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 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? … 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? … 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. … |