{
log.warn("Cannot launch the FTPServer on '" + (port++) + "', we try the next port number");
}
}
dataChannelManager = new FtpDataChannelManagerImpl(configuration);
acceptThread = new FtpAcceptThread(this, serverSocket);
acceptThread.start();
return true;