Apache FtpServer 1.0.2 Release

New Features in 1.0.2

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

Getting the Binary Distributions

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

Getting the Source Code

Source Distributions

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

SVN Tag Checkout

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

Changelog

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

ASF JIRA (14 issues)
T Key Summary
Improvement FTPSERVER-314 Replace author tags with site URL instead of mailing list
Improvement FTPSERVER-313 Upgrade to MINA 2.0.0-M6
Bug FTPSERVER-311 Database Connection Issue
Improvement FTPSERVER-310 Keep Maven metadata when releasing FtpServer
Improvement FTPSERVER-309 Handle decode errors gracefully
Bug FTPSERVER-308 Unlimited user idle time incorrectly overrides limited listener idle time
Bug FTPSERVER-305 Logging filter should not convert the request (command) to all UPPER CASE
Bug FTPSERVER-304 The Idle Timeout set in the listener configuration does not have any effect
Bug FTPSERVER-303 Passive data connection stuck in CLOSE_WAIT.
Bug FTPSERVER-302 Passive free port returned is not checked if it is really free or not
Bug FTPSERVER-301 XmlBeanDefinitionStoreException on db-user-manager with res/conf/ftpd-full.xml
Improvement FTPSERVER-300 Create an extensible getPassiveExternalAddress() method in PASV command so ftp integrators can define additional ways to obtain their 'external passive address'.
Task FTPSERVER-299 Removed the @version tags
Bug FTPSERVER-287 NLST: Implementation only supports listing files in working directory [patch provided]