blob: d07de42b8c58deb0103854894cee4f44e44451e9 [file] [log] [blame]
Title: Apache FtpServer 1.0.2 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.0.2 Release
## New Features in 1.0.2
This is a bug fix release that fixes issues found in 1.0.1.
## Changelog
For a more detailed view of new features and bug fixes, see the [release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313952)
## Getting the Binary Distributions
| Description | Download Link | SHA1 hashes | PGP Signature file of download |
|---|---|---|---|
| zip distribution | [ftpserver-1.0.2.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.zip) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.zip.sha1) | [ftpserver-1.0.2.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.zip.asc) |
| tar.gz distribution | [ftpserver-1.0.2.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.tar.gz) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.tar.gz.sha1) | [ftpserver-1.0.2.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.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](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.0.2.tar.gz.asc
or
$ pgp -ka KEYS
$ pgp ftpserver-1.0.2.tar.gz.asc
or
$ gpg --import KEYS
$ gpg --verify 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) is:
:::XML
<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 | SHA1 hashes | PGP Signature file of download |
|---|---|---|---|
| zip sources | [ftpserver-1.0.2-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.zip) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.zip.sha1)| [ftpserver-1.0.2-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.zip.asc) |
| tar.gz sources | [ftpserver-1.0.2-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.tar.gz) | [SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.tar.gz.sha1) | [ftpserver-1.0.2-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/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