XQuery/File Transfer Client

File Transfer Client

The EXPath File Transfer Client provides a common interface for both FTP and SFTP (SSH).


Installation

Make sure that the following Jar files have been added to your $EXIST_HOME/lib/extensions:

  • expath-ft-client.jar
  • jsch-0.1.44.jar

The first jar file is the Java Archive file that contains the XQuery module interfaces. The second jar file is the module that provides the Secure Shell protocol support. See http://www.jcraft.com/jschfor further details.

<module uri="http://exist-db.org/xquery/httpclient" class="org.exist.xquery.modules.httpclient.HTTPClientModule" />

The following is a temporary link to the File Transfer client interface specification:

http://extxsltforms.sourceforge.net/specs/expath-ft-client/expath-ft-client.html

Last modified on 16 April 2012, at 20:08