Documentation for SFTP gateway
------------------------------
Key: JBESB-2566
URL:
https://jira.jboss.org/jira/browse/JBESB-2566
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Documentation
Environment: SOA-P 4.3
Reporter: Aaron Pestel
Requesting documentation for how to configure SFTP gateway. At a minimum, requesting
addition of a sample jboss-esb.xml configuration like this in the programmer's guide:
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc...
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trun...
http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml...
<providers>
<ftp-provider hostname="ftpHost" name="FTPprovider">
<ftp-bus busid="ftpChannel">
<ftp-message-filter directory="/home/ftpUser/inbox"
error-delete="false" error-directory="/home/esbsftp/error"
input-suffix=".dat" passive="false"
password="ftpPassword"
post-delete="false" post-directory="/home/ftpUser/outbox"
protocol="sftp" username="ftpUser"
work-suffix=".esbWorking"/>
</ftp-bus>
</ftp-provider>
</providers>
<services>
<service category="MyServiceCategory" description="FTP listener"
invmScope="GLOBAL" name="FTPListener">
<listeners>
<ftp-listener busidref="ftpChannel" is-gateway="true"
name="FtpGateway" schedule-frequency="5"/>
</listeners>
<actions mep="OneWay">
<action class="org.jboss.soa.esb.actions.SystemPrintln"
name="Display">
<property name="message" value="Message received: "/>
</action>
</actions>
</service>
</services>
</jbossesb>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira