Hi We're polling a remote ftp server. I want camel to only collect a file when it knows it can delete the file (and move to another location on the ftp server). If we don't have write permission for a file I don't want SM to keep on trying to process it.
Here's what I have to start: <from uri="ftp:{{pickup.ftp.connection}}&delete=true&include=.*.xml&maxMessagesPerPoll=1&recursive=false&delay=18000"/> Any thoughts? James -- View this message in context: http://camel.465427.n5.nabble.com/Camel-file-ftp-only-collect-file-when-it-has-delete-permissions-tp5774990.html Sent from the Camel - Users mailing list archive at Nabble.com.