public interface SSHFTPReply extends IFTPFlavorReply
Modifier and Type | Field and Description |
---|---|
static int |
COMMAND_NOT_IMPLEMENTED_CODE
Command not implemented.
|
static int |
FILE_NAME_NOT_ALLOWED_CODE
The requested file cannot be accessed or returned.
|
static int |
PERMANENT_NEGATIVE_COMPLETION_REPLY_CODE
Command execution failed, there is no reason to attempts further retries with the supplied data.
|
static int |
PERMANENTLY_UNAVAILABLE_FILE_CODE
The requested file or object has not been found.
|
static int |
POSITIVE_COMPLETION_REPLY_CODE
Command executed without errors.
|
static int |
SYNTAX_ERROR_IN_ARGUMENTS_CODE
Syntax error in parameters or arguments.
|
getFileName, getOperationID, getRemoteFileList, getReturnCode, getReturnMsg, setOperationID, toString
static final int POSITIVE_COMPLETION_REPLY_CODE
static final int PERMANENT_NEGATIVE_COMPLETION_REPLY_CODE
static final int SYNTAX_ERROR_IN_ARGUMENTS_CODE
static final int COMMAND_NOT_IMPLEMENTED_CODE
static final int PERMANENTLY_UNAVAILABLE_FILE_CODE
static final int FILE_NAME_NOT_ALLOWED_CODE