public class ScriptResult
extends java.lang.Object
Constructor and Description |
---|
ScriptResult() |
Modifier and Type | Method and Description |
---|---|
int |
getDeleteCount()
Get the number of files deleted during the script execution
|
int |
getDownloadCount()
Get the number of files downloaded during the script execution
|
java.lang.Exception |
getLastException()
What was the last exception?
|
FTPReply |
getLastFTPReply()
Get the last reply sent back by the FTP server.
|
java.lang.String[] |
getServerMessageLog()
Get the server message log for this script
|
int |
getUploadCount()
Get the number of files uploaded during the script execution
|
boolean |
isForceScriptExit()
Was the script forced to exit by an error?
|
public FTPReply getLastFTPReply()
public java.lang.String[] getServerMessageLog()
public java.lang.Exception getLastException()
public boolean isForceScriptExit()
public int getDownloadCount()
public int getUploadCount()
public int getDeleteCount()
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.