org.mockftpserver.core.command
Class ReplyCodes

java.lang.Object
  extended by org.mockftpserver.core.command.ReplyCodes

public final class ReplyCodes
extends Object

Reply Code constants.

Version:
$Revision: 229 $ - $Date: 2009-06-10 22:14:49 -0400 (Wed, 10 Jun 2009) $
Author:
Chris Mair

Field Summary
static int ABOR_OK
           
static int ACCT_OK
           
static int ALLO_OK
           
static int CDUP_OK
           
static int COMMAND_NOT_SUPPORTED
           
static int COMMAND_SYNTAX_ERROR
           
static int CONNECT_OK
           
static int CWD_OK
           
static int DELE_OK
           
static int EPRT_OK
           
static int EPSV_OK
           
static int FILENAME_NOT_VALID
           
static int HELP_OK
           
static int ILLEGAL_STATE
           
static int MKD_OK
           
static int MODE_OK
           
static int NOOP_OK
           
static int NOT_LOGGED_IN
           
static int PASS_LOG_IN_FAILED
           
static int PASS_NEED_ACCOUNT
           
static int PASS_OK
           
static int PASV_OK
           
static int PORT_OK
           
static int PWD_OK
           
static int QUIT_OK
           
static int READ_FILE_ERROR
           
static int REIN_OK
           
static int REST_OK
           
static int RMD_OK
           
static int RNFR_OK
           
static int RNTO_OK
           
static int SITE_OK
           
static int SMNT_OK
           
static int STAT_FILE_OK
           
static int STAT_SYSTEM_OK
           
static int STRU_OK
           
static int SYST_OK
           
static int SYSTEM_ERROR
           
static int TRANSFER_DATA_FINAL_OK
           
static int TRANSFER_DATA_INITIAL_OK
           
static int TYPE_OK
           
static int USER_ACCOUNT_NOT_VALID
           
static int USER_LOGGED_IN_OK
           
static int USER_NEED_PASSWORD_OK
           
static int USER_NO_SUCH_USER
           
static int WRITE_FILE_ERROR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOR_OK

public static final int ABOR_OK
See Also:
Constant Field Values

ACCT_OK

public static final int ACCT_OK
See Also:
Constant Field Values

ALLO_OK

public static final int ALLO_OK
See Also:
Constant Field Values

CDUP_OK

public static final int CDUP_OK
See Also:
Constant Field Values

CWD_OK

public static final int CWD_OK
See Also:
Constant Field Values

DELE_OK

public static final int DELE_OK
See Also:
Constant Field Values

EPRT_OK

public static final int EPRT_OK
See Also:
Constant Field Values

EPSV_OK

public static final int EPSV_OK
See Also:
Constant Field Values

HELP_OK

public static final int HELP_OK
See Also:
Constant Field Values

MKD_OK

public static final int MKD_OK
See Also:
Constant Field Values

MODE_OK

public static final int MODE_OK
See Also:
Constant Field Values

NOOP_OK

public static final int NOOP_OK
See Also:
Constant Field Values

PASS_OK

public static final int PASS_OK
See Also:
Constant Field Values

PASS_NEED_ACCOUNT

public static final int PASS_NEED_ACCOUNT
See Also:
Constant Field Values

PASS_LOG_IN_FAILED

public static final int PASS_LOG_IN_FAILED
See Also:
Constant Field Values

PASV_OK

public static final int PASV_OK
See Also:
Constant Field Values

PORT_OK

public static final int PORT_OK
See Also:
Constant Field Values

PWD_OK

public static final int PWD_OK
See Also:
Constant Field Values

QUIT_OK

public static final int QUIT_OK
See Also:
Constant Field Values

REIN_OK

public static final int REIN_OK
See Also:
Constant Field Values

REST_OK

public static final int REST_OK
See Also:
Constant Field Values

RMD_OK

public static final int RMD_OK
See Also:
Constant Field Values

RNFR_OK

public static final int RNFR_OK
See Also:
Constant Field Values

RNTO_OK

public static final int RNTO_OK
See Also:
Constant Field Values

SITE_OK

public static final int SITE_OK
See Also:
Constant Field Values

SMNT_OK

public static final int SMNT_OK
See Also:
Constant Field Values

STAT_SYSTEM_OK

public static final int STAT_SYSTEM_OK
See Also:
Constant Field Values

STAT_FILE_OK

public static final int STAT_FILE_OK
See Also:
Constant Field Values

STRU_OK

public static final int STRU_OK
See Also:
Constant Field Values

SYST_OK

public static final int SYST_OK
See Also:
Constant Field Values

TYPE_OK

public static final int TYPE_OK
See Also:
Constant Field Values

USER_LOGGED_IN_OK

public static final int USER_LOGGED_IN_OK
See Also:
Constant Field Values

USER_NEED_PASSWORD_OK

public static final int USER_NEED_PASSWORD_OK
See Also:
Constant Field Values

USER_NO_SUCH_USER

public static final int USER_NO_SUCH_USER
See Also:
Constant Field Values

USER_ACCOUNT_NOT_VALID

public static final int USER_ACCOUNT_NOT_VALID
See Also:
Constant Field Values

TRANSFER_DATA_INITIAL_OK

public static final int TRANSFER_DATA_INITIAL_OK
See Also:
Constant Field Values

TRANSFER_DATA_FINAL_OK

public static final int TRANSFER_DATA_FINAL_OK
See Also:
Constant Field Values

CONNECT_OK

public static final int CONNECT_OK
See Also:
Constant Field Values

SYSTEM_ERROR

public static final int SYSTEM_ERROR
See Also:
Constant Field Values

COMMAND_SYNTAX_ERROR

public static final int COMMAND_SYNTAX_ERROR
See Also:
Constant Field Values

COMMAND_NOT_SUPPORTED

public static final int COMMAND_NOT_SUPPORTED
See Also:
Constant Field Values

ILLEGAL_STATE

public static final int ILLEGAL_STATE
See Also:
Constant Field Values

NOT_LOGGED_IN

public static final int NOT_LOGGED_IN
See Also:
Constant Field Values

READ_FILE_ERROR

public static final int READ_FILE_ERROR
See Also:
Constant Field Values

WRITE_FILE_ERROR

public static final int WRITE_FILE_ERROR
See Also:
Constant Field Values

FILENAME_NOT_VALID

public static final int FILENAME_NOT_VALID
See Also:
Constant Field Values


Copyright © 2014. All rights reserved.