java.lang.Object
|
+--org.apache.commons.net.ftp.FTPFileEntryParserImpl
|
+--org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
|
+--org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParser
org.apache.commons.net.ftp.FTPFileEntryParser FTPFileEntryParser (for usage instructions)
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
EnterpriseUnixFTPEntryParser() The sole constructor for a EnterpriseUnixFTPEntryParser object. |
parseFTPEntry(String entry) Parses a line of a unix FTP server file listing and converts it into a usable format in the form of an FTPFile instance. |
public EnterpriseUnixFTPEntryParser()
public FTPFile parseFTPEntry(String entry)
FTPFile instance. If
the file listing line doesn't describe a file, null is
returned, otherwise a FTPFile instance representing the
files in the directory is returned.