it.sauronsoftware.ftp4j
Interface FTPCodes


public interface FTPCodes

This interface is a constants container, each one representing a common FTP response code.

Author:
Carlo Pelliccia

Field Summary
static int BAD_SEQUENCE_OF_COMMANDS
           
static int CANNOT_OPEN_DATA_CONNECTION
           
static int COMMAND_NOT_IMPLEMENTED
           
static int COMMAND_OK
           
static int COMMAND_PARAMETER_NOT_IMPLEMENTED
           
static int CONNECTION_CLOSED
           
static int DATA_CONNECTION_ALREADY_OPEN
           
static int DATA_CONNECTION_CLOSING
           
static int DATA_CONNECTION_OPEN
           
static int DIRECTORY_STATUS
           
static int ENTER_PASSIVE_MODE
           
static int EXCEEDED_STORAGE_ALLOCATION
           
static int FILE_ACTION_COMPLETED
           
static int FILE_ACTION_NOT_TAKEN
           
static int FILE_NAME_NOT_ALLOWED
           
static int FILE_NOT_FOUND
           
static int FILE_STATUS
           
static int FILE_STATUS_OK
           
static int FILE_UNAVAILABLE
           
static int HELP_MESSAGE
           
static int LOCAL_ERROR_IN_PROCESSING
           
static int NAME_SYSTEM_TIME
           
static int NEED_ACCOUNT
           
static int NOT_LOGGED_IN
           
static int PAGE_TYPE_UNKNOWN
           
static int PATHNAME_CREATED
           
static int PENDING_FURTHER_INFORMATION
           
static int RESTART_MARKER
           
static int SERVICE_CLOSING_CONTROL_CONNECTION
           
static int SERVICE_NOT_AVAILABLE
           
static int SERVICE_NOT_READY
           
static int SERVICE_READY_FOR_NEW_USER
           
static int STATUS_MESSAGE
           
static int SUPERFLOUS_COMMAND
           
static int SYNTAX_ERROR
           
static int SYNTAX_ERROR_IN_PARAMETERS
           
static int USER_LOGGED_IN
           
static int USERNAME_OK
           
 

Field Detail

SYNTAX_ERROR

static final int SYNTAX_ERROR
See Also:
Constant Field Values

SYNTAX_ERROR_IN_PARAMETERS

static final int SYNTAX_ERROR_IN_PARAMETERS
See Also:
Constant Field Values

COMMAND_NOT_IMPLEMENTED

static final int COMMAND_NOT_IMPLEMENTED
See Also:
Constant Field Values

BAD_SEQUENCE_OF_COMMANDS

static final int BAD_SEQUENCE_OF_COMMANDS
See Also:
Constant Field Values

COMMAND_PARAMETER_NOT_IMPLEMENTED

static final int COMMAND_PARAMETER_NOT_IMPLEMENTED
See Also:
Constant Field Values

NOT_LOGGED_IN

static final int NOT_LOGGED_IN
See Also:
Constant Field Values

FILE_NOT_FOUND

static final int FILE_NOT_FOUND
See Also:
Constant Field Values

PAGE_TYPE_UNKNOWN

static final int PAGE_TYPE_UNKNOWN
See Also:
Constant Field Values

EXCEEDED_STORAGE_ALLOCATION

static final int EXCEEDED_STORAGE_ALLOCATION
See Also:
Constant Field Values

FILE_NAME_NOT_ALLOWED

static final int FILE_NAME_NOT_ALLOWED
See Also:
Constant Field Values

SERVICE_NOT_AVAILABLE

static final int SERVICE_NOT_AVAILABLE
See Also:
Constant Field Values

CANNOT_OPEN_DATA_CONNECTION

static final int CANNOT_OPEN_DATA_CONNECTION
See Also:
Constant Field Values

CONNECTION_CLOSED

static final int CONNECTION_CLOSED
See Also:
Constant Field Values

FILE_ACTION_NOT_TAKEN

static final int FILE_ACTION_NOT_TAKEN
See Also:
Constant Field Values

LOCAL_ERROR_IN_PROCESSING

static final int LOCAL_ERROR_IN_PROCESSING
See Also:
Constant Field Values

FILE_UNAVAILABLE

static final int FILE_UNAVAILABLE
See Also:
Constant Field Values

USERNAME_OK

static final int USERNAME_OK
See Also:
Constant Field Values

NEED_ACCOUNT

static final int NEED_ACCOUNT
See Also:
Constant Field Values

PENDING_FURTHER_INFORMATION

static final int PENDING_FURTHER_INFORMATION
See Also:
Constant Field Values

COMMAND_OK

static final int COMMAND_OK
See Also:
Constant Field Values

SUPERFLOUS_COMMAND

static final int SUPERFLOUS_COMMAND
See Also:
Constant Field Values

STATUS_MESSAGE

static final int STATUS_MESSAGE
See Also:
Constant Field Values

DIRECTORY_STATUS

static final int DIRECTORY_STATUS
See Also:
Constant Field Values

FILE_STATUS

static final int FILE_STATUS
See Also:
Constant Field Values

HELP_MESSAGE

static final int HELP_MESSAGE
See Also:
Constant Field Values

NAME_SYSTEM_TIME

static final int NAME_SYSTEM_TIME
See Also:
Constant Field Values

SERVICE_READY_FOR_NEW_USER

static final int SERVICE_READY_FOR_NEW_USER
See Also:
Constant Field Values

SERVICE_CLOSING_CONTROL_CONNECTION

static final int SERVICE_CLOSING_CONTROL_CONNECTION
See Also:
Constant Field Values

DATA_CONNECTION_OPEN

static final int DATA_CONNECTION_OPEN
See Also:
Constant Field Values

DATA_CONNECTION_CLOSING

static final int DATA_CONNECTION_CLOSING
See Also:
Constant Field Values

ENTER_PASSIVE_MODE

static final int ENTER_PASSIVE_MODE
See Also:
Constant Field Values

USER_LOGGED_IN

static final int USER_LOGGED_IN
See Also:
Constant Field Values

FILE_ACTION_COMPLETED

static final int FILE_ACTION_COMPLETED
See Also:
Constant Field Values

PATHNAME_CREATED

static final int PATHNAME_CREATED
See Also:
Constant Field Values

RESTART_MARKER

static final int RESTART_MARKER
See Also:
Constant Field Values

SERVICE_NOT_READY

static final int SERVICE_NOT_READY
See Also:
Constant Field Values

DATA_CONNECTION_ALREADY_OPEN

static final int DATA_CONNECTION_ALREADY_OPEN
See Also:
Constant Field Values

FILE_STATUS_OK

static final int FILE_STATUS_OK
See Also:
Constant Field Values