Title: Apache FtpServer 1.1.0 Release Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # Apache FtpServer 1.1.0 Release ## New Features in 1.1.0 This release fixes a few issues found since the release of 1.1.0, mainly making it using MINA 2.0.16, the latest MINA build. ## Changelog For a more detailed view of new features and bug fixes, see the [release notes](https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12313458) ## Getting the Binary Distributions | Description | Download Link | SHA1 hashes | PGP Signature file of download | |---|---|---|---| | zip distribution | [apache-ftpserver-1.1.0.zip](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip.sha1) | [ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip.asc) | | tar.gz distribution | [apache-ftpserver-1.1.0.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz.sha1) | [ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz.asc) | | tar.bz2 distribution | [apache-ftpserver-1.1.0.tar.bz2](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2.sha1) | [ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2.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](https://www.apache.org/dist/mina/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.1.0.tar.gz.asc or $ pgp -ka KEYS $ pgp ftpserver-1.1.0.tar.gz.asc or $ gpg --import KEYS $ gpg --verify ftpserver-1.1.0.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](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) is: :::XML org.apache.ftpserver ftpserver-core 1.1.0 ## Getting the Source Code ### Source Distributions | Description | Download Link | SHA1 hashes | PGP Signature file of download | |---|---|---|---| | zip sources | [apache-ftpserver-1.1.0-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip.sha1)| [ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip.asc) | | tar.gz sources | [apache-ftpserver-1.1.0-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz.sha1) | [ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz.asc) | | tar.bz2 sources | [apache-ftpserver-1.1.0-src.tar.bz2](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2.sha1) | [ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2.asc) | ### SVN Tag Checkout svn co https://svn.apache.org/repos/asf/mina/ftpserver/tags/1.1.0