= External files support package = This extension package adds support for accessing external files via additional protocols not supported by the BASE core. == Documentation == * BASE 3.15 and Java 11 or higher is required. * [wiki:net.sf.basedb.xfiles/install Installation instructions]. * [wiki:net.sf.basedb.xfiles/using How to use]. * See also [source:/extensions/net.sf.basedb.xfiles/tags/1.4/README README] for more information. == License == [http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3]. == Download == || '''Version''' || '''Revision''' || '''Date''' || '''Supported protocols''' || '''Binary (tar.gz)''' || '''BASE Version'''* || || || 1.5 || || ''not released yet'' || FTP, FTPS, SFTP || || 3.15 || [query:"status=closed&group=resolution&milestone=External files support 1.5&order=priority" changelog] || || 1.4 || 4932 || August 23, 2018 || FTP, FTPS, SFTP || [attachment:wiki:net.sf.basedb.xfiles:xfiles-1.4.tar.gz?format=raw xfiles-1.4.tar.gz] (514 kB) || 3.13 || [query:"status=closed&group=resolution&milestone=External files support 1.4&order=priority" changelog] || || 1.3 || 4499 || May 10, 2017 || FTP, FTPS, SFTP || [attachment:wiki:net.sf.basedb.xfiles:xfiles-1.3.tar.gz?format=raw xfiles-1.3.tar.gz] (3.9 MB) || 3.11 || [query:"status=closed&group=resolution&milestone=External files support 1.3&order=priority" changelog] || || 1.2 || 3849 || April 14, 2016 || FTP, FTPS, SFTP || [attachment:wiki:net.sf.basedb.xfiles:xfiles-1.2.tar.gz?format=raw xfiles-1.2.tar.gz] (3.7 MB) || 3.7 || [query:"status=closed&group=resolution&milestone=External files support 1.2&order=priority" changelog] || || 1.1 || 2585 || August 18, 2014 || FTP, FTPS, SFTP || [attachment:wiki:net.sf.basedb.xfiles:xfiles-1.1.tar.gz?format=raw xfiles-1.1.tar.gz] (396 kB) || 3.3 || [query:"status=closed&group=resolution&milestone=External files support 1.1&order=priority" changelog] || || 1.0 || 2526 || June 26, 2014 || FTP, FTPS, SFTP || [attachment:wiki:net.sf.basedb.xfiles:xfiles-1.0.tar.gz?format=raw xfiles-1.0.tar.gz] (389 kB) || 3.3 || [query:"status=closed&group=resolution&milestone=External files support 1.0&order=priority" changelog] || '''*''' In general, each release works with the specified and later BASE versions. '''Source code''' can be downloaded from the subversion repository. Use the following command to get source code for the 1.4 version: `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.xfiles/tags/1.4 xfiles-1.4` 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.xfiles/trunk xfiles-dev` == 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.xfiles)]]