org.apache.commons.net.ftp
public final class FTPSCommand extends Object
Since: 2.0
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
static String | getCommand(int command)
Retrieve the FTPS command string corresponding to a specified
command code.
|
Parameters: command The command code.
Returns: The FTPS command string corresponding to a specified command code.