@Override
protected void doSetUp() throws Exception
{
super.doSetUp();
this.ftpPort = dynamicPort.getNumber();
ftpClient = new FTPTestClient(this.ftpHost, this.ftpPort, this.ftpUser, this.ftpPassword);
// make sure we start out with a clean ftp server base
createFtpServerBaseDir();
startServer();
if (!ftpClient.testConnection())