On Mon, Jun 8, 2009 at 9:12 PM, Adam Richardson<[email protected]> wrote:
> I am new to the apache ftp server and need a little help getting going with
> using it for a project.  I have gone through the documentation and used the
> example here:
> http://mina.apache.org/ftpserver/embedding-ftpserver-in-5-minutes.html to
> get a basic ftp server running.  My next step would be ensure that a test
> user can log in.  I have been referencing the user management with the api
> as well as other posts to this mailing list to put something together that I
> think should work.  The problem is that I get a 530 Authentication Failed
> message everytime I try to log in.  Also, I am creating a new listener that
> should change to server over to port 2121 but it is still running on port 21
> whenever I execute the code.  Any help on what I might be doing wrong would
> be much appreciated.

I just tried your code and it works as expected. The server is
listening on 2121 and I can log in with test/test.

/niklas

Reply via email to