139140141142143144145146147148
return null; } ConnectionInfo ci = getConnectionInfo(fLoc, true); FileList fileList = testConnection.testFileTypeConnection(userName, password, ci, source.getID().toString(), true); return toList(fileList.getFiles()); }