I have digged a bit deeper.
The problem is that ftp files get's written in the wrong charset even if you
specify the charset to use on the ftp endpoint like
to("ftp://test:test@127.0.0.1:10017/?charset=iso-8859-1 or do a
convertBodyTo(String.class, "iso-8859-1") before sending to the ftp
endpoint.
Hi,
I am using camel-quickfix component to connect to connect to fix engine. I have
created a camel route as
from("quickfix:test.cfg"). to("file:test?noop=true");
When I am running it as a simple java main program it is working fine. But when
I create an osgi bundle of it and starts it in feli
I do not agree with you.
The current data formater do support compressing files with the zip
alorithm but from what I can tell clarkcb has created a processor that
do handle multi-file archives. Something the current data formater
does not handle.
However Gunnar Hillert has a similar processor:
ht