Apache FtpServer 1.0.0-RC2 ReleaseNew Features in 1.0.0-RC2This 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
Getting the Binaries using Maven 2To 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 CodeSource Distributions
SVN Tag Checkout
svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-RC2
ChangelogFor a more detailed view of new features and bug fixes, see the release notes |