程序包 | 说明 |
---|---|
com.fr.ftp.client |
FTP and FTPS support classes
|
限定符和类型 | 方法和说明 |
---|---|
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.
|