type: ftpserver title: Apache FtpServer 1.0.0-M4 Release

Apache FtpServer 1.0.0-M4 Release

New Features in 1.0.0-M4

This release mainly contains bug fixes and minor enhancements from the previous release.

Changelog

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

Getting the Binary Distributions

DescriptionDownload LinkSHA1 hashesPGP Signature file of download
zip distributionftpserver-1.0.0-M4.zipSHA1ftpserver-1.0.0-M4.zip.asc
tar.gz distributionftpserver-1.0.0-M4.tar.gzSHA1ftpserver-1.0.0-M4.tar.gz.asc

Verify the Integrity of Downloads

It is essential that you verify the integrity of the downloaded files using the PGP signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps:

  1. Download the KEYS

  2. Download the asc signature file for the relevant distribution

  3. Verify the signatures using the following commands, depending on your use of PGP or GPG:

     $ pgpk -a KEYS
     $ pgpv ftpserver-1.0.0-M4.tar.gz.asc
    

    or

     $ pgp -ka KEYS
     $ pgp ftpserver-1.0.0-M4.tar.gz.asc
    

    or

     $ gpg --import KEYS
     $ gpg --verify ftpserver-1.0.0-M4.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-M4</version>
</dependency>

Getting the Source Code

Source Distributions

DescriptionDownload LinkSHA1 hashesPGP Signature file of download
zip sourcesftpserver-1.0.0-M4-src.zipSHA1ftpserver-1.0.0-M4-src.zip.asc
tar.gz sourcesftpserver-1.0.0-M4-src.tar.gzSHA1ftpserver-1.0.0-M4-src.tar.gz.asc

SVN Tag Checkout

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