try {
ByteArrayInputStream pwdStringInputStream =
new ByteArrayInputStream("ftptest".getBytes("US-ASCII"));
localDestinationFile =
new FTPProtocolHandler(pwdStringInputStream)
.downloadResource("ftp://ftptest@localhost:" + port
+ "/" + TEST_FILE_PATH, "test.belns");
tempFiles.add(localDestinationFile);
testFile(localDestinationFile);
} catch (ResourceDownloadError e) {