+ status.getParentProduct().getProductName() + ",fileSize="
+ status.getFileRef().getFileSize() + ",amtTransferred="
+ status.getBytesTransferred() + ",pct="
+ status.computePctTransferred() + "]");
} catch (Exception e) {
throw new CmdLineActionException(
"Failed to get current file transfer : " + e.getMessage(), e);
}
}