The home page for Apache FTPServer claims "comes with default anonymous and admin/admin login from first use".
I followed the meager install instructions, installing FTPServer v3. It starts and runs fine. But it never accepts the so-called default admin login of username: admin, password: admin. I am running it with Java6, on WindowsXP. As I said, it IS the latest build available. No anonymous login ( "" "") accepted either. As I said, FTPServer starts fine, no errors ever reported. But it rejects the so-called built in default logins of (nothing/nothing for anonymous, and "admin"/"admin" for administrator). I have made no changes to the jar files. I checked in users.properties, and amin/admin IS registered as correct user &pass for Admin login, and admin.enabled is equal to true. Why can no FTP client log me into FTPServer, using the 2 default logins they claim exist? Does anyone know of a similar Java-based GPL FTPServer by another team which has adequate documentation and not so many problems, or will I have to reinvent the wheel and write my own?
