3 Replies Latest reply on Oct 5, 2007 1:55 PM by kurtstam

    How avoid FileSystemProvider remove the files from dir

    edgar.silva

      Hi Everyone,

      I am using a FileSystemProvider, everything is workig fine, however I must keep the files into original directory, I just wanna listen the new and changed files, is it possible?

      Which configuration should I use into XML?

      <fs-bus busid="SugarCRMFileChannel" >
       <fs-message-filter
       directory="@INPUTDIR@"
       input-suffix=".MYD"
       work-suffix=".esbWorking"
       post-delete="false"
       post-directory="@OUTPUTDIR@"
       post-suffix=".MYD"
       error-delete="false"
       error-directory="@ERRORDIR@"
       error-suffix=".IN_ERROR"
       />
       </fs-bus>


      Thanks in advance

      Edgar