Package | Description |
---|---|
org.apache.commons.net.ftp |
FTP and FTPS support classes
|
org.apache.commons.net.ftp.parser |
FTP file listing parser classes
|
Modifier and Type | Method | Description |
---|---|---|
void |
FTPClient.setParserFactory(FTPFileEntryParserFactory parserFactory) |
set the factory used for parser creation to the supplied factory object.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultFTPFileEntryParserFactory |
This is the default implementation of the
FTPFileEntryParserFactory interface.
|