Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
Modifier and Type | Method | Description |
---|---|---|
FtpsDataChannelProtectionLevel |
FtpsFileSystemConfigBuilder.getDataChannelProtectionLevel(FileSystemOptions opts) |
Gets the data channel protection level (PROT).
|
static FtpsDataChannelProtectionLevel |
FtpsDataChannelProtectionLevel.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FtpsDataChannelProtectionLevel[] |
FtpsDataChannelProtectionLevel.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FtpsFileSystemConfigBuilder.setDataChannelProtectionLevel(FileSystemOptions opts,
FtpsDataChannelProtectionLevel prot) |
Sets the data channel protection level (PROT).
|