@Deprecated public final class FTPSCommand extends Object
Modifier and Type | Field and Description |
---|---|
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 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
public static final String getCommand(int command)
command
- The command code.Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.