Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
String errorMessage = (String) globalMap.get("tFTPPut_1_ERROR_MESSAGE");
if (errorMessage.contains("File not found") == false) {
throw new Exception("Transfer failed: " + (String) globalMap.get("tFTPPut_1_ERROR_MESSAGE"));
}