Uses of Interface
org.apache.commons.vfs2.provider.ftp.FtpClient
Packages that use FtpClient
-
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.