The usecase is like this
Transfer the file and put it into some queue.
from("sftp://someserver/somedir/somefile").to("queue:somequeue");Then delete it from the server if and only if the above is successful and not if it fails. How can the above be accomplished? -- View this message in context: http://www.nabble.com/Consuming-FTP-file-and-deleting-after-processing-tf4300515s22882.html#a12240893 Sent from the Camel - Users mailing list archive at Nabble.com.
