Hello!
I've created my own configuration for the ftpservier 1.0.0.M2 with such
option
<file-user-manager file="./res/conf/users-edb.properties" *
encrypt-passwords="false"* />
And changed admin's password to clear text in the users.properties file
ftpserver.user.admin.userpassword=*admin*
But when I'm trying to connect to the server server I'm getting auth error.
I've changed then admin's password to encrypted again
ftpserver.user.admin.userpassword=*21232F297A57A5A743894A0E4A801FC3
*And was able to successfully log in to the server despite i had
*encrypt-passwords="false"
*option.