FTPListParseEngine |
FTPClient.initiateListParsing() |
Using the default autodetect mechanism, initialize an FTPListParseEngine
object containing a raw file information for the current working
directory on the server
This information is obtained through the LIST command.
|
FTPListParseEngine |
FTPClient.initiateListParsing(java.lang.String pathname) |
Using the default autodetect mechanism, initialize an FTPListParseEngine
object containing a raw file information for the supplied directory.
|
FTPListParseEngine |
FTPClient.initiateListParsing(java.lang.String parserKey,
java.lang.String pathname) |
Using the supplied parser key, initialize an FTPListParseEngine
object containing a raw file information for the supplied directory.
|
private FTPListParseEngine |
FTPClient.initiateListParsing(FTPFileEntryParser parser,
java.lang.String pathname) |
private method through which all listFiles() and
initiateListParsing methods pass once a parser is determined.
|
FTPListParseEngine |
FTPClient.initiateMListParsing() |
Initiate list parsing for MLSD listings in the current working directory.
|
FTPListParseEngine |
FTPClient.initiateMListParsing(java.lang.String pathname) |
Initiate list parsing for MLSD listings.
|