void startServer() throws IOException {
fakeFtpServer = new FakeFtpServer();
fakeFtpServer.setServerControlPort(9879);
fakeFtpServer.addUserAccount(
new UserAccount("foo", "foo", "/"));
FileSystem fileSystem = new UnixFakeFileSystem();
fileSystem.add(new FileEntry("/products/file1.xml",
FileUtils.readFileToString(
new File(