tags:

views:

86

answers:

1

Is there a good Java alternative to pyftpdlib? I am looking for an easy to setup and run embedded ftp server.

A: 

Check out Apache's FTPServer.

They have an example of how to embed it in a Java application.

Steve K