JBoss development,
A new message was posted in the thread "ftp action - how can it be filtered on
timestamp?":
http://community.jboss.org/message/525033#525033
Author : venkata ramana
Profile :
http://community.jboss.org/people/pvrpvrpvr
Message:
--------------------------------------------------------------
We are having in the properties to monitor files with the given extention for ftp
download. Is there any provision to consider only the files after some timestamp. (I want
to monitor files created only after 1/1/2010. The site may contain the files dates back to
2009/2008 years
<ftp-bus busid="helloFTPChannel" >
<ftp-message-filter
username="@FTP_USERNAME@"
password="@FTP_PASSWORD@"
read-only="true"
passive="false"
directory="@FTP_DIRECTORY@"
input-suffix=".dat"
work-suffix=".esbWorking"
post-delete="false"
post-suffix=".COMPLETE"
error-delete="false"
error-suffix=".HAS_ERROR"
/>
</ftp-bus>
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/525033#525033