Apache FtpServer 1.0.1 Release

New Features in 1.0.1

This is a bug fix release that fixes issues found in 1.0.0.

Getting the Binary Distributions

Description Download Link PGP Signature file of download
Windows Distribution ftpserver-1.0.1.zip ftpserver-1.0.1.zip.asc
Unix/Linux/Cygwin Distribution ftpserver-1.0.1.tar.gz ftpserver-1.0.1.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.1</version>
</dependency>

Getting the Source Code

Source Distributions

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

SVN Tag Checkout

svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.1

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-298 Ftplet.onConnect() with DISCONNECT returned ignored by server
Bug FTPSERVER-297 Data connection not closed on filter chain exception
Bug FTPSERVER-293 Passive data connections can hang forever and thus block a port
Bug FTPSERVER-279 NativeFtpFile.equals does not work correctly with different casing on OS X
Bug FTPSERVER-278 DefaultFtpServer.suspend() and NioListener.suspend() does not work correctly on Mac OS X
Bug FTPSERVER-269 Stream closed after statistics is updated for data transfers