Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

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

Getting the Binary Distributions

Description

Download Link

MD5/SHA1 hashes

PGP Signature file of download

zip distribution

ftpserver-1.0.2.zip

...

...

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:

  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:
    No Format
    
    $ pgpk -a KEYS
    $ pgpv ftpserver-1.0.2.tar.gz.asc
    

...

  1. or
    No Format
    
    $ pgp -ka KEYS
    $ pgp ftpserver-1.0.2.tar.gz.asc
    

...

  1. or
    No Format
    
    $ gpg --import KEYS
    $ gpg --verify ftpserver-1.0.2.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:

Code Block
xml
xml

* [md5|http://www.fourmilab.ch/md5/]
* [md5sums|http://www.pc-tools.net/win32/md5sums/]
* [SlavaSoft FSUM|http://www.slavasoft.com/fsum/]

h2. 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:

{code:xml}
<dependency>
  <groupId>org.apache.ftpserver</groupId>
  <artifactId>ftpserver-core</artifactId>
  <version>1.0.2</version>
</dependency>
Wiki Markup
{div}{code}

{div}

h2. 

Getting

...

the

...

Source

...

Code

...

Source

...

Distributions

...

Description

Download Link

MD5/SHA1

...

hashes

...

PGP

...

Signature

...

file

...

of

...

download

...

zip

...

source

...

...

...

tar.gz

...

source

...

...

SVN Tag Checkout

Code Block
|http://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.tar.gz.asc]|

h3. SVN Tag Checkout

{code}
svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.2
{code}