} catch (IOException e) {
throw new FtpServerConfigurationException("Cannot user data file : " + userDataFile.getAbsolutePath(), e);
}
}
try {
userDataProp = new BaseProperties(userDataFile);
} catch (IOException e) {
throw new FtpServerConfigurationException("Error loading user data file : " + userDataFile.getAbsolutePath(), e);
}
convertDeprecatedPropertyNames();