org.apache.commons.net.ftp
public final class FTPSCommand extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ADAT |
static int |
AUTH |
static int |
AUTHENTICATION_SECURITY_DATA |
static int |
AUTHENTICATION_SECURITY_MECHANISM |
static int |
CCC |
static int |
CLEAR_COMMAND_CHANNEL |
static int |
DATA_CHANNEL_PROTECTION_LEVEL |
static int |
PBSZ |
static int |
PROT |
static int |
PROTECTION_BUFFER_SIZE |
Constructor and Description |
---|
FTPSCommand() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCommand(int command)
Retrieve the FTPS command string corresponding to a specified
command code.
|
public static final int AUTH
public static final int ADAT
public static final int PBSZ
public static final int PROT
public static final int CCC
public static final int AUTHENTICATION_SECURITY_MECHANISM
public static final int AUTHENTICATION_SECURITY_DATA
public static final int PROTECTION_BUFFER_SIZE
public static final int DATA_CHANNEL_PROTECTION_LEVEL
public static final int CLEAR_COMMAND_CHANNEL
public FTPSCommand()
public static final java.lang.String getCommand(int command)
command
- The command code.