Uses of Enum
org.apache.commons.net.ftp.FTPCmd
-
Uses of FTPCmd in org.apache.commons.net.ftp
Modifier and TypeFieldDescriptionstatic final FTPCmd
FTPCmd.ABORT
Alias.static final FTPCmd
FTPCmd.ACCOUNT
Alias.static final FTPCmd
FTPCmd.ALLOCATE
Alias.static final FTPCmd
FTPCmd.APPEND
Alias.static final FTPCmd
FTPCmd.CHANGE_TO_PARENT_DIRECTORY
Alias.static final FTPCmd
FTPCmd.CHANGE_WORKING_DIRECTORY
Alias.static final FTPCmd
FTPCmd.DATA_PORT
Alias.static final FTPCmd
FTPCmd.DELETE
Alias.static final FTPCmd
FTPCmd.FEATURES
Alias.static final FTPCmd
FTPCmd.FILE_STRUCTURE
Alias.static final FTPCmd
FTPCmd.GET_MOD_TIME
Alias.static final FTPCmd
FTPCmd.LOGOUT
Alias.static final FTPCmd
FTPCmd.MAKE_DIRECTORY
Alias.static final FTPCmd
FTPCmd.MOD_TIME
Alias.static final FTPCmd
FTPCmd.NAME_LIST
Alias.static final FTPCmd
FTPCmd.PASSIVE
Alias.static final FTPCmd
FTPCmd.PASSWORD
Alias.static final FTPCmd
FTPCmd.PRINT_WORKING_DIRECTORY
Alias.static final FTPCmd
FTPCmd.REINITIALIZE
Alias.static final FTPCmd
FTPCmd.REMOVE_DIRECTORY
Alias.static final FTPCmd
FTPCmd.RENAME_FROM
Alias.static final FTPCmd
FTPCmd.RENAME_TO
Alias.static final FTPCmd
FTPCmd.REPRESENTATION_TYPE
Alias.static final FTPCmd
FTPCmd.RESTART
Alias.static final FTPCmd
FTPCmd.RETRIEVE
Alias.static final FTPCmd
FTPCmd.SET_MOD_TIME
Alias.static final FTPCmd
FTPCmd.SITE_PARAMETERS
Alias.static final FTPCmd
FTPCmd.STATUS
Alias.static final FTPCmd
FTPCmd.STORE
Alias.static final FTPCmd
FTPCmd.STORE_UNIQUE
Alias.static final FTPCmd
FTPCmd.STRUCTURE_MOUNT
Alias.static final FTPCmd
FTPCmd.SYSTEM
Alias.static final FTPCmd
FTPCmd.TRANSFER_MODE
Alias.static final FTPCmd
FTPCmd.USERNAME
Alias.Modifier 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.Modifier 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.