Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
Modifier and Type | Method | Description |
---|---|---|
FtpsMode |
FtpsFileSystemConfigBuilder.getFtpsMode(FileSystemOptions opts) |
Return the FTPS mode.
|
static FtpsMode |
FtpsMode.valueOf(java.lang.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 | Description |
---|---|---|
void |
FtpsFileSystemConfigBuilder.setFtpsMode(FileSystemOptions opts,
FtpsMode ftpsMode) |
Set FTPS mode, either "implicit" or "explicit".
|