Yes, I want to buid my app over HTTP, since the downloading process needs more control over the speed or users who can download the file, I want to write it myself. Can you give me some hints?
2008/10/2 Niklas Gustavsson <[EMAIL PROTECTED]> > On Thu, Oct 2, 2008 at 10:05 AM, Erix Yao <[EMAIL PROTECTED]> > wrote: > > How to write an appliation using MINA for the server to control the file > > downloading ? > > Can anybody give me any hints? > > I'm new for MINA. > > MINA is merely a framework for building network based servers and > clients. If you like to send and receive file you will need to use or > develop a protocol. Existing protocols that already support this kind > of use case is for example HTTP and FTP. MINA has subprojects that > support both these protocols. > > /niklas >
