public interface FTPListParser
FTPClient.addListParser(FTPListParser)
Modifier and Type | Method and Description |
---|---|
FTPFile[] |
parse(java.lang.String[] lines)
Parses a LIST command response and builds an array of FTPFile objects.
|
FTPFile[] parse(java.lang.String[] lines) throws FTPListParseException
lines
- The response to parse, splitted by line.FTPListParseException
- If this parser cannot parse the given response.