Uses of Interface
org.apache.commons.vfs.provider.ftp.FtpClient
-
Packages that use FtpClient Package Description org.apache.commons.vfs.provider.ftp The FTP File Provider. -
-
Uses of FtpClient in org.apache.commons.vfs.provider.ftp
Methods in org.apache.commons.vfs.provider.ftp that return FtpClient Modifier and Type Method Description FtpClient
FtpFileSystem. getClient()
Creates an FTP client to use.Methods in org.apache.commons.vfs.provider.ftp with parameters of type FtpClient Modifier and Type Method Description void
FtpFileSystem. putClient(FtpClient client)
Returns an FTP client after use.Constructors in org.apache.commons.vfs.provider.ftp with parameters of type FtpClient Constructor Description FtpFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions)
-