com.sshtools.j2ssh.sftp
Class SshFxpStatus
- com.sshtools.j2ssh.sftp.MessageRequestId
public class SshFxpStatus
implements com.sshtools.j2ssh.sftp.MessageRequestId
SSH_FXP_STATUS
public static final int SSH_FXP_STATUS
STATUS_FX_BAD_MESSAGE
public static final int STATUS_FX_BAD_MESSAGE
STATUS_FX_CONNECTION_LOST
public static final int STATUS_FX_CONNECTION_LOST
STATUS_FX_EOF
public static final int STATUS_FX_EOF
STATUS_FX_FAILURE
public static final int STATUS_FX_FAILURE
STATUS_FX_NO_CONNECTION
public static final int STATUS_FX_NO_CONNECTION
STATUS_FX_NO_SUCH_FILE
public static final int STATUS_FX_NO_SUCH_FILE
STATUS_FX_OK
public static final int STATUS_FX_OK
STATUS_FX_OP_UNSUPPORTED
public static final int STATUS_FX_OP_UNSUPPORTED
STATUS_FX_PERMISSION_DENIED
public static final int STATUS_FX_PERMISSION_DENIED
SshFxpStatus
public SshFxpStatus()
Creates a new SshFxpStatus object.
SshFxpStatus
public SshFxpStatus(UnsignedInteger32 id,
UnsignedInteger32 errorCode,
String errorMessage,
String languageTag)
Creates a new SshFxpStatus object.
id
- errorCode
- errorMessage
- languageTag
-
getErrorMessage
public String getErrorMessage()
getLanguageTag
public String getLanguageTag()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.