} catch (Exception e) {
throw new ExecutionProblem("Problem constructing GridFTPClient: " +
e.getMessage());
}
final Authorization auth;
if (identityAuthorization == null) {
auth = HostAuthorization.getInstance();
if (debug != null) {
debug.println(
"Using host-based authorization of remote server");