Is there a good Java alternative to pyftpdlib? I am looking for an easy to setup and run embedded ftp server.
Check out Apache's FTPServer.
They have an example of how to embed it in a Java application.