| 程序包 | 说明 |
|---|---|
| com.fr.ftp.client |
FTP and FTPS support classes
|
| com.fr.ftp.client.parser |
FTP file listing parser classes
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FTPClient.setParserFactory(FTPFileEntryParserFactory parserFactory)
set the factory used for parser creation to the supplied factory object.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultFTPFileEntryParserFactory
This is the default implementation of the
FTPFileEntryParserFactory interface.
|