}
protected void initFtpServer() throws Exception {
// get the configuration object
Properties properties = createFtpServerProperties();
Configuration config = new PropertiesConfiguration(properties);
// create service context
FtpServerContext ftpConfig = new ConfigurableFtpServerContext(config);
// create the server object and start it