Uses of Enum
org.apache.commons.net.ftp.FTPCmd
Packages that use FTPCmd
-
Uses of FTPCmd in org.apache.commons.net.ftp
Subclasses with type arguments of type FTPCmd in org.apache.commons.net.ftpFields in org.apache.commons.net.ftp declared as FTPCmdModifier and TypeFieldDescriptionstatic final FTPCmdFTPCmd.ABORTAlias.static final FTPCmdFTPCmd.ACCOUNTAlias.static final FTPCmdFTPCmd.ALLOCATEAlias.static final FTPCmdFTPCmd.APPENDAlias.static final FTPCmdFTPCmd.CHANGE_TO_PARENT_DIRECTORYAlias.static final FTPCmdFTPCmd.CHANGE_WORKING_DIRECTORYAlias.static final FTPCmdFTPCmd.DATA_PORTAlias.static final FTPCmdFTPCmd.DELETEAlias.static final FTPCmdFTPCmd.FEATURESAlias.static final FTPCmdFTPCmd.FILE_STRUCTUREAlias.static final FTPCmdFTPCmd.GET_MOD_TIMEAlias.static final FTPCmdFTPCmd.LOGOUTAlias.static final FTPCmdFTPCmd.MAKE_DIRECTORYAlias.static final FTPCmdFTPCmd.MOD_TIMEAlias.static final FTPCmdFTPCmd.NAME_LISTAlias.static final FTPCmdFTPCmd.PASSIVEAlias.static final FTPCmdFTPCmd.PASSWORDAlias.static final FTPCmdFTPCmd.PRINT_WORKING_DIRECTORYAlias.static final FTPCmdFTPCmd.REINITIALIZEAlias.static final FTPCmdFTPCmd.REMOVE_DIRECTORYAlias.static final FTPCmdFTPCmd.RENAME_FROMAlias.static final FTPCmdFTPCmd.RENAME_TOAlias.static final FTPCmdFTPCmd.REPRESENTATION_TYPEAlias.static final FTPCmdFTPCmd.RESTARTAlias.static final FTPCmdFTPCmd.RETRIEVEAlias.static final FTPCmdFTPCmd.SET_MOD_TIMEAlias.static final FTPCmdFTPCmd.SITE_PARAMETERSAlias.static final FTPCmdFTPCmd.STATUSAlias.static final FTPCmdFTPCmd.STOREAlias.static final FTPCmdFTPCmd.STORE_UNIQUEAlias.static final FTPCmdFTPCmd.STRUCTURE_MOUNTAlias.static final FTPCmdFTPCmd.SYSTEMAlias.static final FTPCmdFTPCmd.TRANSFER_MODEAlias.static final FTPCmdFTPCmd.USERNAMEAlias.Methods in org.apache.commons.net.ftp that return FTPCmdModifier and TypeMethodDescriptionstatic FTPCmdReturns 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 SocketFTPClient._openDataConnection_(FTPCmd command, String arg) Establishes a data connection with the FTP server, returning a Socket for the connection if successful.booleanFTPClient.hasFeature(FTPCmd feature) Queries the server for a supported feature.intFTP.sendCommand(FTPCmd command) Sends an FTP command to the server, waits for a reply and returns the numerical response code.intFTP.sendCommand(FTPCmd command, String args) Sends an FTP command to the server, waits for a reply and returns the numerical response code.