public class FTPSecurityType extends Object
This class provides a description of the parameters of a remote FTP host.
Modifier and Type | Field and Description |
---|---|
static FTPSecurityType |
NONE |
static FTPSecurityType |
TLS |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static String[] |
getListOfTypesAsString() |
static FTPSecurityType |
selectFromDescription(String description) |
String |
toString() |
public static final FTPSecurityType NONE
public static final FTPSecurityType TLS
public static String[] getListOfTypesAsString()
public static FTPSecurityType selectFromDescription(String description)