Hi

Check the logs what is happening. You can enable DEBUG logging on the
org.apache.camel.component.file.remote package to see what goes on.
Also if you download big files, use the localWorkDirectory option so
you wont read the files into memory. As 500 MB may affect your
ServiceMix server.

And is there anything odd with the file name of the 500MB file. The
consumer may skip the file if the name starts with a dot or something.

And what version of ServiceMix / Camel are you using? And what OS are
the FTP server and ServiceMix running on?


On Tue, Mar 19, 2013 at 11:14 PM, akcameluser <ayache.khet...@gmail.com> wrote:
> Hi
>
> I have an OSGI Bundle deployed on ServiceMix. Currently it's consuming files
> from a remote FTP server up to 300 MB of size. If I drop a 500 MB file (zip
> file) it doesn't get picked up and I can't see anything on the log. I have
> also noticed that if I drop a small file while the big file is still there,
> the smaller file gets consumed. This seems to show that Camel FTP is
> ignoring large files.
>
> Any idea how to consume large files? And how best to consume them?
>
> Many thanks in advance.
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-FTP-is-not-consuming-large-files-tp5729459.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to