Hi, when using camel as FTP/SFTP producer the exchange process is taking longer time when many files are stored in the destination folder.
This should be related to the operations.existsFile calls being processed by the method. At the moment GenericFileProducer.processExchange is calling twice operations.existsFile(target), why not calling it once caching its value? Camel 2.8-SNAPSHOT sftp exchange process appears to take longer than in Camel 2.5, the only difference I can spot is the lock acquired on the file, in the usecase I have there is no need to acquire a lock on the file, would it be possible to introduce this as an component option? -- View this message in context: http://camel.465427.n5.nabble.com/GenericFileOperations-optimization-tp4315363p4315363.html Sent from the Camel - Users mailing list archive at Nabble.com.