public class FtpsFileProvider extends FtpFileProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_PASSWD
SSL Key password.
|
static String |
KEY_STORE
SSL Keystore.
|
static String |
KS_PASSWD
SSL Keystore password.
|
static String |
TRUST_STORE
SSL Truststore.
|
static String |
TS_PASSWD
SSL Truststore password.
|
ATTR_FILE_ENTRY_PARSER, AUTHENTICATOR_TYPES, IMPLICIT_MODE, PASSIVE_MODE, PROTECTION_MODEdefaultTimeout| Constructor and Description |
|---|
FtpsFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected FileSystem |
doCreateFileSystem(FileName name,
FileSystemOptions fileSystemOptions)
Creates the filesystem.
|
FileSystemConfigBuilder |
getConfigBuilder()
Returns the FileSystemConfigBuidler.
|
getCapabilitiesfindFile, findFile, findFile, getFileSystem, getFileSystemaddFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getFileNameParser, parseUri, setFileNameParseraddComponent, removeComponentgetContext, getLogger, init, setContext, setLoggerpublic static final String KEY_STORE
public static final String TRUST_STORE
public static final String KS_PASSWD
public static final String TS_PASSWD
public static final String KEY_PASSWD
protected FileSystem doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions) throws FileSystemException
doCreateFileSystem in class FtpFileProvidername - The name of the root file of the file system to create.fileSystemOptions - The FileSystem options.FileSystemException - if an error occurs.public FileSystemConfigBuilder getConfigBuilder()
AbstractFileProvidergetConfigBuilder in interface FileProvidergetConfigBuilder in class FtpFileProviderCopyright © 2002–2017 WSO2. All rights reserved.