Uses of Class
org.apache.commons.vfs.provider.ftp.FtpFileSystem

Packages that use FtpFileSystem
org.apache.commons.vfs.provider.ftp The FTP File Provider. 
 

Uses of FtpFileSystem in org.apache.commons.vfs.provider.ftp
 

Fields in org.apache.commons.vfs.provider.ftp declared as FtpFileSystem
private  FtpFileSystem FtpFileObject.ftpFs
           
 

Constructors in org.apache.commons.vfs.provider.ftp with parameters of type FtpFileSystem
FtpFileObject(FileName name, FtpFileSystem fileSystem, FileName rootName)