Apache FtpServer 1.0.0-RC2 Release

New Features in 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.

Getting the Binary Distributions

Description Download Link PGP Signature file of download
Windows Distribution ftpserver-1.0.0-RC2.zip ftpserver-1.0.0-RC2.zip.asc
Unix/Linux/Cygwin Distribution ftpserver-1.0.0-RC2.tar.gz ftpserver-1.0.0-RC2.tar.gz.asc

Getting the Binaries using Maven 2

To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:

<dependency>
  <groupId>org.apache.ftpserver</groupId>
  <artifactId>ftpserver-core</artifactId>
  <version>1.0.0-RC2</version>
</dependency>

Getting the Source Code

Source Distributions

Description Download Link PGP Signature file of download
Source for Windows ftpserver-1.0.0-RC2-src.zip ftpserver-1.0.0-RC2-src.zip.asc
Source for Unix/Linux/Cygwin ftpserver-1.0.0-RC2-src.tar.gz ftpserver-1.0.0-RC2-src.tar.gz.asc

SVN Tag Checkout

svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-RC2

Changelog

For a more detailed view of new features and bug fixes, see the release notes

ASF JIRA (6 issues)
T Key Summary
Bug FTPSERVER-268 SQL statements in provided "distribution/ftpd-full.xml" need to be updated to the latest version in the documentation.
Improvement FTPSERVER-266 Rename folder and archive to apache-ftpserver
Bug FTPSERVER-265 Examples parent POM does not inherit the FtpServer parent POM and thus does not get signed correctly
Test FTPSERVER-263 Certificate used for unit testing expired on Jan 13 2009
Bug FTPSERVER-262 FileSystemView.dispose() is never called
Improvement FTPSERVER-119 STOR command should not eat exceptions when closing stream