Although it says that you can extend the GenericServlet to use protocols other than HTTP, you cannot. There is no implementation that manages the network, especially since FTP is a state protocol.
I would suggest implementing something like Apache Mina Ftp Server ( http://mina.apache.org/ftpserver-project/ ) to handle this for you.
source share