|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractVfsContainer
org.apache.commons.vfs2.provider.AbstractFileProvider
org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider
org.apache.commons.vfs2.provider.ftp.FtpFileProvider
org.apache.commons.vfs2.provider.ftps.FtpsFileProvider
public class FtpsFileProvider
A provider for FTP file systems. NOTE: Most of the heavy lifting for FTPS is done by the org.apache.commons.vfs2.provider.ftp package since they both use commons-net package
| Field Summary | |
|---|---|
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. |
| Fields inherited from class org.apache.commons.vfs2.provider.ftp.FtpFileProvider |
|---|
ATTR_FILE_ENTRY_PARSER, AUTHENTICATOR_TYPES, IMPLICIT_MODE, PASSIVE_MODE, PROTECTION_MODE |
| Constructor Summary | |
|---|---|
FtpsFileProvider()
|
|
| Method Summary | |
|---|---|
protected FileSystem |
doCreateFileSystem(FileName name,
FileSystemOptions fileSystemOptions)
Creates the filesystem. |
FileSystemConfigBuilder |
getConfigBuilder()
Returns the FileSystemConfigBuidler. |
| Methods inherited from class org.apache.commons.vfs2.provider.ftp.FtpFileProvider |
|---|
getCapabilities |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider |
|---|
findFile, findFile, getFileSystem |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileProvider |
|---|
addFileSystem, close, closeFileSystem, createFileSystem, findFileSystem, freeUnusedResources, getFileNameParser, parseUri, setFileNameParser |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsContainer |
|---|
addComponent, removeComponent |
| Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponent |
|---|
getContext, getLogger, init, setContext, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public 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
| Constructor Detail |
|---|
public FtpsFileProvider()
| Method Detail |
|---|
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()
AbstractFileProvider
getConfigBuilder in interface FileProvidergetConfigBuilder in class FtpFileProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||