Uses of Class
org.apache.commons.net.ftp.FTPCmd

Packages that use FTPCmd
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
static FTPCmd FTPCmd.ABORT
           
static FTPCmd FTPCmd.ACCOUNT
           
static FTPCmd FTPCmd.ALLOCATE
           
static FTPCmd FTPCmd.APPEND
           
static FTPCmd FTPCmd.CHANGE_TO_PARENT_DIRECTORY
           
static FTPCmd FTPCmd.CHANGE_WORKING_DIRECTORY
           
static FTPCmd FTPCmd.DATA_PORT
           
static FTPCmd FTPCmd.DELETE
           
static FTPCmd FTPCmd.FEATURES
           
static FTPCmd FTPCmd.FILE_STRUCTURE
           
static FTPCmd FTPCmd.GET_MOD_TIME
           
static FTPCmd FTPCmd.LOGOUT
           
static FTPCmd FTPCmd.MAKE_DIRECTORY
           
static FTPCmd FTPCmd.MOD_TIME
           
static FTPCmd FTPCmd.NAME_LIST
           
static FTPCmd FTPCmd.PASSIVE
           
static FTPCmd FTPCmd.PASSWORD
           
static FTPCmd FTPCmd.PRINT_WORKING_DIRECTORY
           
static FTPCmd FTPCmd.REINITIALIZE
           
static FTPCmd FTPCmd.REMOVE_DIRECTORY
           
static FTPCmd FTPCmd.RENAME_FROM
           
static FTPCmd FTPCmd.RENAME_TO
           
static FTPCmd FTPCmd.REPRESENTATION_TYPE
           
static FTPCmd FTPCmd.RESTART
           
static FTPCmd FTPCmd.RETRIEVE
           
static FTPCmd FTPCmd.SET_MOD_TIME
           
static FTPCmd FTPCmd.SITE_PARAMETERS
           
static FTPCmd FTPCmd.STATUS
           
static FTPCmd FTPCmd.STORE
           
static FTPCmd FTPCmd.STORE_UNIQUE
           
static FTPCmd FTPCmd.STRUCTURE_MOUNT
           
static FTPCmd FTPCmd.SYSTEM
           
static FTPCmd FTPCmd.TRANSFER_MODE
           
static FTPCmd FTPCmd.USERNAME
           
 

Methods in org.apache.commons.net.ftp that return FTPCmd
static FTPCmd FTPCmd.valueOf(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
protected  Socket FTPClient._openDataConnection_(FTPCmd command, String arg)
          Establishes a data connection with the FTP server, returning a Socket for the connection if successful.
 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.
 



Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.