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

Reply via email to