> 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