org.mockftpserver.core.command
Class ReplyCodes
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.