Uses of Class
it.sauronsoftware.ftp4j.FTPFile

Packages that use FTPFile
it.sauronsoftware.ftp4j FTP client implementation 
it.sauronsoftware.ftp4j.listparsers Built-in list parsers 
 

Uses of FTPFile in it.sauronsoftware.ftp4j
 

Methods in it.sauronsoftware.ftp4j that return FTPFile
 FTPFile[] FTPListParser.parse(java.lang.String[] lines)
          Parses a LIST command response and builds an array of FTPFile objects.
 FTPFile[] FTPClient.list()
          This method lists the entries of the current working directory parsing the reply to a FTP LIST command.
 

Uses of FTPFile in it.sauronsoftware.ftp4j.listparsers
 

Methods in it.sauronsoftware.ftp4j.listparsers that return FTPFile
 FTPFile[] UnixListParser.parse(java.lang.String[] lines)
           
 FTPFile[] NetWareListParser.parse(java.lang.String[] lines)
           
 FTPFile[] EPLFListParser.parse(java.lang.String[] lines)
           
 FTPFile[] DOSListParser.parse(java.lang.String[] lines)