Thank you Mike,<div><br></div><div>I have a closer look at the ChunkedFile and the HTTP server file example; as I learn Netty I&#39;ve began by the Echo example as a base for my experimentations. For the moment I was able to send the content of a file.</div>
<div>I think that I will have others questions.</div><div><br></div><div>Cheers,</div><div><br></div><div>Bertrand.<br><br><div class="gmail_quote">2009/9/11 Mike McGrady <span dir="ltr">&lt;<a href="mailto:mmcgrady@topiatechnology.com">mmcgrady@topiatechnology.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">If you look in the archives under KarmaDecoder you will find another<br>
example.  Look St the chunking classes in Netty.  They are very well<br>
conceived.<br>
<br>
Sent from my iPhone<br>
<br>
On Sep 10, 2009, at 8:53 AM, bgoetzmann &lt;<a href="mailto:bgoetzmann@sophia.symag.com">bgoetzmann@sophia.symag.com</a>&gt;<br>
wrote:<br>
<div><div></div><div class="h5"><br>
&gt;<br>
&gt; Hello,<br>
&gt;<br>
&gt; Recently I used the ServiceMix ESB in order to transfer large files<br>
&gt; between<br>
&gt; two machines, each one executing my SOA application. This<br>
&gt; application uses<br>
&gt; HTTP binding component and Web service component with MTOM support:<br>
&gt; the main<br>
&gt; idea for me is that one component read a file piece by piece and<br>
&gt; sends each<br>
&gt; one to the web service component that rewrite the file piece by piece.<br>
&gt; I would like to do same with Netty!<br>
&gt;<br>
&gt; I explored the example from the org.jboss.netty.example.http.file<br>
&gt; package<br>
&gt; where a client send a GET request to the server that delivers a file<br>
&gt; piece<br>
&gt; by piece.<br>
&gt; In my case, in fact, I would like that the client send a file piece<br>
&gt; by piece<br>
&gt; and that the server write the entire file on its side.<br>
&gt; I would to get some lights on this approach; I suppose I don&#39;t need<br>
&gt; to use<br>
&gt; HTTP protocol? What is the example that would be near of what I try<br>
&gt; to do?<br>
&gt;<br>
&gt; Thank you a lot!<br>
&gt;<br>
&gt; Bertrand.<br>
&gt; --<br>
&gt; View this message in context: <a href="http://n2.nabble.com/Transfering-large-file-from-client-to-server-tp3617702p3617702.html" target="_blank">http://n2.nabble.com/Transfering-large-file-from-client-to-server-tp3617702p3617702.html</a><br>

&gt; Sent from the Netty User Group mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; netty-users mailing list<br>
&gt; <a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
_______________________________________________<br>
netty-users mailing list<br>
<a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
</div></div></blockquote></div><br></div>