} catch (NoSuchAlgorithmException e) {
this.engine.getGUI().getErrorWindow().error("No Such Algorithm Error.", e);
return;
}
System.out.println("base url: " + c.getBaseUrl());
GridFTPFileTransferClient e = new GridFTPFileTransferClient(c);
try {
e.transfer(sourceEndpoint, sourceFilePath, destEndpoint, destFilePath);
} catch (IOException e1) {
this.engine.getGUI().getErrorWindow().error("IO Error.", e1);
return;
} catch (JSONException e1) {
this.engine.getGUI().getErrorWindow().error("JSON Error.", e1);