TestConnection testConnection = getTestConnection(callback);
if (testConnection == null) {
// The callback should already have been notified by now.
return false;
}
ConnectionInfo ci = getConnectionInfo(fLoc, false);
// Targets also return a file list but right now this list is always empty
// In the future we might need it however.
testConnection.testFileTypeConnection(userName, password, ci, target.getID().toString(), false);
return true;