Package | Description |
---|---|
org.apache.commons.net.ftp |
Modifier and Type | Method and Description |
---|---|
static FTPFileList |
FTPFileList.create(InputStream stream,
FTPFileEntryParser parser)
Deprecated.
The version of this method which takes an encoding should be used.
|
static FTPFileList |
FTPFileList.create(InputStream stream,
FTPFileEntryParser parser,
String encoding)
Deprecated.
The only way to create an
FTPFileList object. |
FTPFileList |
FTPClient.createFileList(FTPFileEntryParser parser)
Deprecated.
- use initiateListParsing(FTPFileEntryParser) method instead.
|
FTPFileList |
FTPClient.createFileList(String pathname,
FTPFileEntryParser parser)
Deprecated.
- use initiateListParsing(String, FTPFileEntryParser)
method instead.
|