Details
Description
the properties file in the resource bundle FtpStatus.properties
for Reply 211.STAT , uses the variable "client.login" whilst the FtpReplyUtil
class looks for :
public static final String CLIENT_LOGIN_NAME = "client.login.name";
my current workaround is to load a private properties file
with MessageResourceImpl to override the 211.STAT reply message
definition.
btw, great work - always a treat to adopt such a good code-base.
– yves