Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
Modifier and Type | Method and Description |
---|---|
FtpsDataChannelProtectionLevel |
FtpsFileSystemConfigBuilder.getDataChannelProtectionLevel(FileSystemOptions opts)
Gets the data channel protection level (PROT).
|
static FtpsDataChannelProtectionLevel |
FtpsDataChannelProtectionLevel.valueOf(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 and Description |
---|---|
void |
FtpsFileSystemConfigBuilder.setDataChannelProtectionLevel(FileSystemOptions opts,
FtpsDataChannelProtectionLevel prot)
Sets the data channel protection level (PROT).
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.