@Deprecated
public final class FTPSCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
_commands
Deprecated.
|
static int |
ADAT
Deprecated.
|
static int |
AUTH
Deprecated.
|
static int |
AUTHENTICATION_SECURITY_DATA
Deprecated.
|
static int |
AUTHENTICATION_SECURITY_MECHANISM
Deprecated.
|
static int |
CCC
Deprecated.
|
static int |
CLEAR_COMMAND_CHANNEL
Deprecated.
|
static int |
DATA_CHANNEL_PROTECTION_LEVEL
Deprecated.
|
static int |
PBSZ
Deprecated.
|
static int |
PROT
Deprecated.
|
static int |
PROTECTION_BUFFER_SIZE
Deprecated.
|
Constructor and Description |
---|
FTPSCommand()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCommand(int command)
Deprecated.
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
private static final java.lang.String[] _commands