6 Replies Latest reply on Feb 14, 2012 11:57 AM by tomeicher

    ESB FTP notifier - directory is relative to system root dir

    ldimaggio

      The FTP notifier creates files in the path defined in the notifier relative to the system root, not the user's home dir.

      For example - as documented here: http://www.jboss.org/jbossesb/docs/4.3.GA/javadoc/esb/org/jboss/soa/esb/notification/NotifyFTP.html

      <NotificationList type="OK" xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd">
       <target class="NotifyFTP">
       <ftp URL="ftp://username:pwd@server.com/remote/dir" filename="{jbossesb.message.id}.txt"/>
       </target>
      </NotificationList>
      


      The resulting file will be created in: /remote/dir

      Not in /home/username/remote/dir

      Is this intentional? Or a bug? Thx!