= FTP Server extension for BASE = This package is an ''extension package'' to BASE that installs an FTP service together with the web server. This extension uses the Apache FtpServer library for the actual handling of the FTP protocol. * [http://mina.apache.org/ftpserver-project/index.html Apache - FtpServer] = Documentation = * The [source:/extensions/net.sf.basedb.ftp/tags/1.2/README README] contains information about this package, how to install it and how to compile it. * [http://mina.apache.org/ftpserver/configuration.html Configuration options] are documented by Apache. = License = [http://www.gnu.org/licenses/gpl.html GNU General Public License version 3]. = Download = || '''Version''' || '''Revision''' || '''Date''' || '''Binary (tar.gz)''' || '''BASE Version'''*|| || || 1.2 || 1440 || November 2, 2011 || [attachment:wiki:net.sf.basedb.ftp:base-ftpserver-1.2.tar.gz?format=raw base-ftpserver-1.2.tar.gz] (1.9 MB) || 3.0 ||[query:"status=closed&group=type&milestone=FTP Server v1.2&order=priority" changelog] || || 1.1 || 1260 || November 3, 2010 || [attachment:wiki:net.sf.basedb.ftp:base-ftpserver-1.1.tar.gz?format=raw base-ftpserver-1.1.tar.gz] (1.9 MB) || 2.16 ||[query:"status=closed&group=type&milestone=FTP Server v1.1&order=priority" changelog] || || 1.0 || 987 || March 11, 2009 || [attachment:wiki:net.sf.basedb.ftp:base-ftpserver-1.0.tar.gz?format=raw base-ftpserver-1.0.tar.gz] (1.9 MB) || 2.10 || || '''*''' In general, each release works with the specified and later BASE versions, except that releases for BASE 2 do not work with BASE 3. '''Source code''' can be retrieved from the subversion repository. Use the following command to get source code for the 1.2 version: svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.ftp/tags/1.2 ftp-1.2 The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command: `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.ftp/trunk ftp-devel` === Contribute === After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a ''team spirit'', you will likely be awarded that permission. === Todo === [[TicketQuery(status!=closed&component=net.sf.basedb.ftp)]]