Re: Cannot write content of temp file to remote ftp

2016-04-05 Thread janvandeklok
to be working OK. Thnx again. Jan van de Klok -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-write-content-of-temp-file-to-remote-ftp-tp5780480p5780485.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Cannot write content of temp file to remote ftp

2016-04-05 Thread Claus Ibsen
face") > .process(new fillTempFileWithaLotOfData(temp.toURI())) > .from(temp.toURI().toString()) > .to(uriOut) > .setBody(constant("{ 'result': 'OK'}")); > } > > > Any help is appreciated. > > Jan van de Klok > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Cannot-write-content-of-temp-file-to-remote-ftp-tp5780480.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Cannot write content of temp file to remote ftp

2016-04-05 Thread janvandeklok
Id("MY_generic_interface") .process(new fillTempFileWithaLotOfData(temp.toURI())) .from(temp.toURI().toString()) .to(uriOut) .setBody(constant("{ 'result': 'OK'}")); } Any help is appreciated. Jan van de Klok -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-write-content-of-temp-file-to-remote-ftp-tp5780480.html Sent from the Camel - Users mailing list archive at Nabble.com.