Uses of Class
org.apache.commons.net.ftp.FTPCmd
-
Packages that use FTPCmd Package Description org.apache.commons.net.ftp FTP and FTPS support classes -
-
Uses of FTPCmd in org.apache.commons.net.ftp
Fields in org.apache.commons.net.ftp declared as FTPCmd Modifier and Type Field Description static FTPCmdFTPCmd. ABORTAlias.static FTPCmdFTPCmd. ACCOUNTAlias.static FTPCmdFTPCmd. ALLOCATEAlias.static FTPCmdFTPCmd. APPENDAlias.static FTPCmdFTPCmd. CHANGE_TO_PARENT_DIRECTORYAlias.static FTPCmdFTPCmd. CHANGE_WORKING_DIRECTORYAlias.static FTPCmdFTPCmd. DATA_PORTAlias.static FTPCmdFTPCmd. DELETEAlias.static FTPCmdFTPCmd. FEATURESAlias.static FTPCmdFTPCmd. FILE_STRUCTUREAlias.static FTPCmdFTPCmd. GET_MOD_TIMEAlias.static FTPCmdFTPCmd. LOGOUTAlias.static FTPCmdFTPCmd. MAKE_DIRECTORYAlias.static FTPCmdFTPCmd. MOD_TIMEAlias.static FTPCmdFTPCmd. NAME_LISTAlias.static FTPCmdFTPCmd. PASSIVEAlias.static FTPCmdFTPCmd. PASSWORDAlias.static FTPCmdFTPCmd. PRINT_WORKING_DIRECTORYAlias.static FTPCmdFTPCmd. REINITIALIZEAlias.static FTPCmdFTPCmd. REMOVE_DIRECTORYAlias.static FTPCmdFTPCmd. RENAME_FROMAlias.static FTPCmdFTPCmd. RENAME_TOAlias.static FTPCmdFTPCmd. REPRESENTATION_TYPEAlias.static FTPCmdFTPCmd. RESTARTAlias.static FTPCmdFTPCmd. RETRIEVEAlias.static FTPCmdFTPCmd. SET_MOD_TIMEAlias.static FTPCmdFTPCmd. SITE_PARAMETERSAlias.static FTPCmdFTPCmd. STATUSAlias.static FTPCmdFTPCmd. STOREAlias.static FTPCmdFTPCmd. STORE_UNIQUEAlias.static FTPCmdFTPCmd. STRUCTURE_MOUNTAlias.static FTPCmdFTPCmd. SYSTEMAlias.static FTPCmdFTPCmd. TRANSFER_MODEAlias.static FTPCmdFTPCmd. USERNAMEAlias.Methods in org.apache.commons.net.ftp that return FTPCmd Modifier and Type Method Description static FTPCmdFTPCmd. valueOf(java.lang.String name)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 FTPCmd Modifier and Type Method Description protected java.net.SocketFTPClient. _openDataConnection_(FTPCmd command, java.lang.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, java.lang.String args)Sends an FTP command to the server, waits for a reply and returns the numerical response code.private booleanFTPClient. storeFile(FTPCmd command, java.lang.String remote, java.io.InputStream local)private java.io.OutputStreamFTPClient. storeFileStream(FTPCmd command, java.lang.String remote)
-