Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
FtpClientFactory.ConnectionFactory<C extends org.apache.commons.net.ftp.FTPClient,B extends FtpFileSystemConfigBuilder> |
Abstract Factory, used to configure different FTPClients.
|
Modifier and Type | Field | Description |
---|---|---|
protected B |
FtpClientFactory.ConnectionFactory.builder |
Modifier and Type | Method | Description |
---|---|---|
static FtpFileSystemConfigBuilder |
FtpFileSystemConfigBuilder.getInstance() |
Gets the singleton instance.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FtpsFileSystemConfigBuilder |
The configuration builder for various FTPS configuration options.
|