| Interface | Description |
|---|---|
| FtpClient |
What VFS expects from an ftp client to provide.
|
| Class | Description |
|---|---|
| FtpClientFactory |
Create a FtpClient instance.
|
| FtpClientFactory.ConnectionFactory<C extends org.apache.commons.net.ftp.FTPClient,B extends FtpFileSystemConfigBuilder> |
Abstract Factory, used to configure different FTPClients.
|
| FtpClientFactory.FtpConnectionFactory |
Connection Factory, used to configure the FTPClient.
|
| FTPClientWrapper |
A wrapper to the FTPClient to allow automatic reconnect on connection loss.
|
| FtpFileNameParser |
Implementation for ftp.
|
| FtpFileObject |
An FTP file.
|
| FtpFileProvider |
A provider for FTP file systems.
|
| FtpFileSystem |
An FTP file system.
|
| FtpFileSystemConfigBuilder |
The config builder for various ftp configuration options.
|
| Enum | Description |
|---|---|
| FtpFileType |
The FTP file types.
|
The FTP File Provider.
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.