type: ftpserver title: Apache FtpServer 1.1.3 Release

Apache FtpServer 1.1.3 Release

New Features in 1.1.3

This release fixes the Log4J CVE by embedding the 2.17.1 version and add some fixes for TLS 1.3

Getting the Binary Distributions

DescriptionDownload LinkSHA256 hashesSHA512 hashesPGP Signature file of download
zip distributionapache-ftpserver-1.1.3-bin.zipSHA256SHA512ASC
tar.gz distributionapache-ftpserver-1.1.3-bin.tar.gzSHA256SHA512ASC
tar.bz2 distributionapache-ftpserver-1.1.3-bin.tar.bz2SHA256SHA512ASC

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 apache-ftpserver-1.1.3-bin.tar.gz.asc
    

    or

     $ pgp -ka KEYS
     $ pgp apache-ftpserver-1.1.3-bin.tar.gz.asc apache-ftpserver-1.1.3-bin.tar.gz
    

    or

     $ gpg --import KEYS
     $ gpg --verify apache-ftpserver-1.1.3-bin.tar.gz.asc apache-ftpserver-1.1.3-bin.tar.gz
    

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.1.3</version>
</dependency>

Getting the Source Code

Source Distributions

DescriptionDownload LinkSHA256 hashesSHA512 hashesPGP Signature file of download
zip sourcesapache-ftpserver-1.1.3-src.zipSHA256SHA512ASC
tar.gz sourcesapache-ftpserver-1.1.3-src.tar.gzSHA256SHA512ASC
tar.bz2 sourcesapache-ftpserver-1.1.3-src.tar.bz2SHA256SHA512ASC

Git Tag Checkout

$ git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git
$ git checkout ftpserver-parent-1.1.3

You are now on 1.1.3 branch.