Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

13.8.9. NotifyFTP

Class NotifyFTP
Purpose Performs a notification by creating a file containing the ESB message content and transferring it via FTP to a remote file system.
Attributes None.
Child FTP
Child Attributes
  • URL – a valid FTP URL
  • filename – the name of the file to contain the ESB message content on the remote system
<target class="NotifyFTP" >
    <ftp URL="ftp://username:pwd@server.com/remote/dir" filename="someFile.txt" />
</target>