Uses of Interface
org.apache.commons.vfs2.provider.ftp.FtpClient
Packages that use FtpClient
Package
Description
The FTP File Provider.
The FTPS File Provider.
-
Uses of FtpClient in org.apache.commons.vfs2.provider.ftp
Classes in org.apache.commons.vfs2.provider.ftp that implement FtpClientModifier and TypeClassDescriptionclass
A wrapper to the FTPClient to allow automatic reconnect on connection loss.Methods in org.apache.commons.vfs2.provider.ftp that return FtpClientMethods in org.apache.commons.vfs2.provider.ftp with parameters of type FtpClientModifier and TypeMethodDescriptionvoid
Returns an FTP client after use.Constructors in org.apache.commons.vfs2.provider.ftp with parameters of type FtpClientModifierConstructorDescriptionFtpFileSystem
(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) Constructs a new instance. -
Uses of FtpClient in org.apache.commons.vfs2.provider.ftps
Constructors in org.apache.commons.vfs2.provider.ftps with parameters of type FtpClientModifierConstructorDescriptionFtpsFileSystem
(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) Creates a new FtpsFileSystem.