HI devs,

I am trying to write out file using camel-ftp on client's ftp server. But I
found some time camel able to write and sometime it's not.

Same scenarion I tested by writing file on  my ftp server, it is working
perfectly. But I want guaranteed write (without fail) on client's ftp
server.

Please suggest me on this.

just for refrence:

         from(InURL)
        .idempotentConsumer(header("CamelFileName"), 
camelMessageIdRepository)
        .unmarshal(csv)
        .process(FTPInCamelProcessor)
        .to(OutURL);

here, outURL is client's ftp server, where i need to write the out file.




--
View this message in context: 
http://camel.465427.n5.nabble.com/Unable-to-write-file-on-ftp-server-tp5770660.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to