Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
Modifier and Type | Method and Description |
---|---|
FtpsMode |
FtpsFileSystemConfigBuilder.getFtpsMode(FileSystemOptions opts)
Returns the FTPS mode.
|
static FtpsMode |
FtpsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpsMode[] |
FtpsMode.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.setFtpsMode(FileSystemOptions opts,
FtpsMode ftpsMode)
Sets FTPS mode, either "implicit" or "explicit".
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.