You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-users@mina.apache.org by jacob kelly <gr...@yahoo.com> on 2013/09/16 18:32:53 UTC

Using the user manager files

Currently I am able to run the server and connect to it from my browser but can not log in. I have tried admin/admin and anonymous/*, but the login fails every time. In the apache-ftpserver-1.0.6 source code I had downloaded, the files associated with the user manager are located in res/conf, although when I try to match that file path in my own program I get an error that says "invalid resource directory name" and am unable to build. I also tried including the files users.properties and ftpd-typical.xml in the main directly and can run, but again cannot log in.  It seems like my project does not realize these files are present.

What is the correct way to include these files so that I can log in to my server?

Thanks!

P.S. I don't think it should make any difference, but I am developing this program for Android.