Hi Claus,
I replace
.split().tokenize("\n", 1000).streaming()
with
.split(body(String.class).tokenize("\n")).streaming()and the file content is read correctly. Why? Is wrong the FTP consumer configuration? I use Camel version 2.15.1 with JBoss Fuse 6.2. Thanks in advance. Best regards Michele -- View this message in context: http://camel.465427.n5.nabble.com/FTP-Consumer-has-strange-behaviour-tp5782537p5782540.html Sent from the Camel - Users mailing list archive at Nabble.com.
