http://camel.apache.org/netty4-http.html
Look at netty and see if that works. It can control chunk size but it is also streaming in any case so you may not even need to be concerned about it. Brad On Thu, Sep 1, 2016 at 8:53 PM, S Ahmed <sahmed1...@gmail.com> wrote: > Does it have to be ftp, I just need http? > > On Thu, Sep 1, 2016 at 5:31 PM, Quinn Stevenson < > qu...@pronoia-solutions.com > > wrote: > > > Check out the section on the ftp component page about “Using a Local Work > > Directory” (http://people.apache.org/~dkulp/camel/ftp2.html < > > http://people.apache.org/~dkulp/camel/ftp2.html>) - I think that may be > > what you’re after. > > > > > > > On Sep 1, 2016, at 9:30 AM, S Ahmed <sahmed1...@gmail.com> wrote: > > > > > > Hello, > > > > > > Is there an example of how to download a large file in chunks and save > > the > > > file as the file downloads. > > > > > > The goal is not to hold the entire file in memory and then save it to > > disk. > > > > > > > > > Thanks. > > > > >