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.ABORTstatic final FTPCmdFTPCmd.ACCOUNTstatic final FTPCmdFTPCmd.ALLOCATEstatic final FTPCmdFTPCmd.APPENDstatic final FTPCmdFTPCmd.CHANGE_TO_PARENT_DIRECTORYstatic final FTPCmdFTPCmd.CHANGE_WORKING_DIRECTORYstatic final FTPCmdFTPCmd.DATA_PORTstatic final FTPCmdFTPCmd.DELETEstatic final FTPCmdFTPCmd.FEATURESstatic final FTPCmdFTPCmd.FILE_STRUCTUREstatic final FTPCmdFTPCmd.GET_MOD_TIMEstatic final FTPCmdFTPCmd.LOGOUTstatic final FTPCmdFTPCmd.MAKE_DIRECTORYstatic final FTPCmdFTPCmd.MOD_TIMEstatic final FTPCmdFTPCmd.NAME_LISTstatic final FTPCmdFTPCmd.PASSIVEstatic final FTPCmdFTPCmd.PASSWORDstatic final FTPCmdFTPCmd.PRINT_WORKING_DIRECTORYstatic final FTPCmdFTPCmd.REINITIALIZEstatic final FTPCmdFTPCmd.REMOVE_DIRECTORYstatic final FTPCmdFTPCmd.RENAME_FROMstatic final FTPCmdFTPCmd.RENAME_TOstatic final FTPCmdFTPCmd.REPRESENTATION_TYPEstatic final FTPCmdFTPCmd.RESTARTstatic final FTPCmdFTPCmd.RETRIEVEstatic final FTPCmdFTPCmd.SET_MOD_TIMEstatic final FTPCmdFTPCmd.SITE_PARAMETERSstatic final FTPCmdFTPCmd.STATUSstatic final FTPCmdFTPCmd.STOREstatic final FTPCmdFTPCmd.STORE_UNIQUEstatic final FTPCmdFTPCmd.STRUCTURE_MOUNTstatic final FTPCmdFTPCmd.SYSTEMstatic final FTPCmdFTPCmd.TRANSFER_MODEstatic final FTPCmdFTPCmd.USERNAMEMethods 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.