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–2020 The Apache Software Foundation. All rights reserved.