org.apache.commons.net.ftp
Class FTPSCommand
java.lang.Object
org.apache.commons.net.ftp.FTPSCommand
public final class FTPSCommand
extends java.lang.Object
I acquire a command added in FTPS.
static String | getCommand(int command) - Retrieve the FTPS command string corresponding to a specified
command code.
|
ADAT
public static final int ADAT
AUTH
public static final int AUTH
AUTHENTICATION_SECURITY_DATA
public static final int AUTHENTICATION_SECURITY_DATA
AUTHENTICATION_SECURITY_MECHANISM
public static final int AUTHENTICATION_SECURITY_MECHANISM
CCC
public static final int CCC
CLEAR_COMMAND_CHANNEL
public static final int CLEAR_COMMAND_CHANNEL
DATA_CHANNEL_PROTECTION_LEVEL
public static final int DATA_CHANNEL_PROTECTION_LEVEL
PBSZ
public static final int PBSZ
PROT
public static final int PROT
PROTECTION_BUFFER_SIZE
public static final int PROTECTION_BUFFER_SIZE
getCommand
public static final String getCommand(int command)
Retrieve the FTPS command string corresponding to a specified
command code.
command
- The command code.
- The FTPS command string corresponding to a specified
command code.