users@grizzly.java.net

Re: newbie question

From: Erik Svensson <erik_at_phlogiston.se>
Date: Thu, 13 Mar 2008 19:29:58 +0100

> I want to create a file server is Grizzly the correct framework to
> use?
>
> The file server will allow connections from clients that will upload
> and download files that could be x MB in size.

Have you decided on a protocol?
A web-server will allow you to this out-of-the-box. You just have to
set it up right.
Or a ftp/sftp-server?

What I'm aiming for is, you don't have to write a server for this.

cheers
/Erik