| Package | Description |
|---|---|
| org.apache.commons.net.ftp |
FTP and FTPS support classes
|
| Modifier and Type | Method and Description |
|---|---|
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(String path)
Using the default autodetect mechanism, initialize an FTPListParseEngine object containing a raw file information for the supplied directory.
|
FTPListParseEngine |
FTPClient.initiateListParsing(String parserKey,
String path)
Using the supplied parser key, initialize an FTPListParseEngine object containing a raw file information for the supplied directory.
|
FTPListParseEngine |
FTPClient.initiateMListParsing()
Initiate list parsing for MLSD listings in the current working directory.
|
FTPListParseEngine |
FTPClient.initiateMListParsing(String path)
Initiate list parsing for MLSD listings.
|