Uses of Enum
org.apache.commons.net.ftp.FTPCmd
Packages that use FTPCmd
-
Uses of FTPCmd in org.apache.commons.net.ftp
Fields in org.apache.commons.net.ftp declared as FTPCmdModifier and TypeFieldDescriptionstatic final FTPCmd
FTPCmd.ABORT
static final FTPCmd
FTPCmd.ACCOUNT
static final FTPCmd
FTPCmd.ALLOCATE
static final FTPCmd
FTPCmd.APPEND
static final FTPCmd
FTPCmd.CHANGE_TO_PARENT_DIRECTORY
static final FTPCmd
FTPCmd.CHANGE_WORKING_DIRECTORY
static final FTPCmd
FTPCmd.DATA_PORT
static final FTPCmd
FTPCmd.DELETE
static final FTPCmd
FTPCmd.FEATURES
static final FTPCmd
FTPCmd.FILE_STRUCTURE
static final FTPCmd
FTPCmd.GET_MOD_TIME
static final FTPCmd
FTPCmd.LOGOUT
static final FTPCmd
FTPCmd.MAKE_DIRECTORY
static final FTPCmd
FTPCmd.MOD_TIME
static final FTPCmd
FTPCmd.NAME_LIST
static final FTPCmd
FTPCmd.PASSIVE
static final FTPCmd
FTPCmd.PASSWORD
static final FTPCmd
FTPCmd.PRINT_WORKING_DIRECTORY
static final FTPCmd
FTPCmd.REINITIALIZE
static final FTPCmd
FTPCmd.REMOVE_DIRECTORY
static final FTPCmd
FTPCmd.RENAME_FROM
static final FTPCmd
FTPCmd.RENAME_TO
static final FTPCmd
FTPCmd.REPRESENTATION_TYPE
static final FTPCmd
FTPCmd.RESTART
static final FTPCmd
FTPCmd.RETRIEVE
static final FTPCmd
FTPCmd.SET_MOD_TIME
static final FTPCmd
FTPCmd.SITE_PARAMETERS
static final FTPCmd
FTPCmd.STATUS
static final FTPCmd
FTPCmd.STORE
static final FTPCmd
FTPCmd.STORE_UNIQUE
static final FTPCmd
FTPCmd.STRUCTURE_MOUNT
static final FTPCmd
FTPCmd.SYSTEM
static final FTPCmd
FTPCmd.TRANSFER_MODE
static final FTPCmd
FTPCmd.USERNAME
Methods in org.apache.commons.net.ftp that return FTPCmdModifier and TypeMethodDescriptionstatic FTPCmd
Returns the enum constant of this type with the specified name.static FTPCmd[]
FTPCmd.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.net.ftp with parameters of type FTPCmdModifier and TypeMethodDescriptionprotected Socket
FTPClient._openDataConnection_
(FTPCmd command, String arg) Establishes a data connection with the FTP server, returning a Socket for the connection if successful.boolean
FTPClient.hasFeature
(FTPCmd feature) Queries the server for a supported feature.int
FTP.sendCommand
(FTPCmd command) Sends an FTP command to the server, waits for a reply and returns the numerical response code.int
FTP.sendCommand
(FTPCmd command, String args) Sends an FTP command to the server, waits for a reply and returns the numerical response code.