private File renamedFile;
@BeforeClass
public static void classSetup() throws EmbeddableException, ConfigurationException, RemoteFileSystemException, MalformedURLException, URISyntaxException
{
ftpServer = new NoConfigFileFtpServer();
ftpServer.setPort( 2221 );
ftpServer.start();
remoteInputDirName = "/" + ftpServer.getLocalInputDir().getName();
remoteUploadDirName = "/" + ftpServer.getLocalUploadDir().getName();