1 Reply Latest reply on Feb 9, 2010 7:18 AM by tfennelly

    ftp action - how can it be filtered on timestamp?

      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>