Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h2. New Features in 1.0-M2

This is the first release of Apache FtpServer, you can find the major features [here|Features|here]
 
h2. Getting the Binary Distributions

||Description||Download Link||PGP Signature file of download
|Windows Distribution| [ftpserver-1.0.0-M2.zip|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.zip] | [ftpserver-1.0.0-M2.zip.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.zip.asc]|
|Unix/Linux/Cygwin Distribution| [ftpserver-1.0.0-M2.tar.gz|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.tar.gz] | [ftpserver-1.0.0-M2.tar.gz.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.tar.gz.asc]|

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.0-M2</version>
</dependency>
{code}

{div}

h2. Getting the Source Code

h3. Source Distributions

||Description||Download Link||PGP Signature file of download
|Source for Windows| [ftpserver-1.0.0-M2-src.zip|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.zip]| [ftpserver-1.0.0-M2-src.zip.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.zip.asc]|
|Source for Unix/Linux/Cygwin| [ftpserver-1.0.0-M2-src.tar.gz|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.tar.gz]| [ftpserver-1.0.0-M2-src.tar.gz.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.tar.gz.asc]|

h3. SVN Tag Checkout

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

h2. Changelog
For a more detailed view of new features and bug fixes, see the [release notes|https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312320&styleName=Html&projectId=10571&Create=Create]

{jiraissues:url=http://issues.apache.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?&pid=10571&fixfor=12312320&sorter/field=priority&sorter/order=DESC|columns=type;key;summary|columns=type;key;summary}