This resulted in the exact same log pattern on my side, except the 4 lines below missing:
11:47:49,906 | TRACE | 0: FtpComponent | GenericFileProducer | mponent.file.GenericFileProducer 69 | Processing Exchange[Message: GenericFile[test3.txt]] 11:47:49,906 | TRACE | 0: FtpComponent | GenericFileProducer | mponent.file.GenericFileProducer 192 | About to write [C:\test\test3.txt] to [Endpoint[file://C:/test]] from exchange [Exchange[Message: GenericFile[test3.txt]]] 11:47:49,906 | TRACE | 0: FtpComponent | FileOperations | el.component.file.FileOperations 269 | Using InputStream to transfer from: java.io.bytearrayinputstr...@19264e3 to: sun.nio.ch.filechanneli...@1d8867 11:47:49,906 | DEBUG | 0: FtpComponent | GenericFileProducer | mponent.file.GenericFileProducer 200 | Wrote [C:\test\test3.txt] to [Endpoint[file://C:/test]] Which I guess makes good sense, as we no longer process the file into a new file endpoint. However, I'm guessing it brings us no closer as to what the problem is? -- View this message in context: http://camel.465427.n5.nabble.com/Problems-deleting-or-moving-files-from-FTP-source-tp911101p1044673.html Sent from the Camel - Users mailing list archive at Nabble.com.
