Hi,
i created the following test route:
from("ftp://[email protected]/test?password=xxxx&delete=true&delay=10000")
.to("seda:foo?timeout=60000&concurrentConsumers=1");
from("seda:foo?timeout=60000&concurrentConsumers=1")
.to("file:tmp");
When in the FTP folder are multiple files, most of the downloaded files in
the local tmp folder has zero size!
This problem occurs not when i set "delete=false". More strange is that this
problem only exists under Linux not Windows!
Thanks...
--
View this message in context:
http://old.nabble.com/ftp-with-seda-problem-tp27373947p27373947.html
Sent from the Camel - Users mailing list archive at Nabble.com.