New Features in 1.0.5
This is a bug fix release that fixes issues found in 1.0.4.
Changelog
For a more detailed view of new features and bug fixes, see the release notes
Getting the Binary Distributions
Description |
Download Link |
MD5/SHA1 hashes |
PGP Signature file of download |
---|---|---|---|
zip distribution |
|||
tar.gz distribution |
Verify the Integrity of Downloads
It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps:
- Download the KEYS
- Download the asc signature file for the relevant distribution
- Verify the signatures using the following commands, depending on your use of PGP or GPG:
or
$ pgpk -a KEYS $ pgpv ftpserver-1.0.5.tar.gz.asc
or$ pgp -ka KEYS $ pgp ftpserver-1.0.5.tar.gz.asc
$ gpg --import KEYS $ gpg --verify ftpserver-1.0.5.tar.gz.asc
Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
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.5</version> </dependency>
Getting the Source Code
Source Distributions
Description |
Download Link |
MD5/SHA1 hashes |
PGP Signature file of download |
---|---|---|---|
zip sources |
|||
tar.gz sources |
SVN Tag Checkout
svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.5