-
Interfaces Interface Description org.apache.commons.net.ftp.FTPFileListParser This interface is deprecated as of version 1.2 and will be removed in version 2.0 -- use FTPFileEntryParser instead.
-
Classes Class Description org.apache.commons.net.ftp.DefaultFTPFileListParser This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use the autodetect mechanism in DefaultFTPFileEntryParserFactory instead.org.apache.commons.net.ftp.FTPFileIterator This class is deprecated as of version 1.2 and will be removed in version 2.0 - use FTPFileParseEngine insteadorg.apache.commons.net.ftp.FTPFileList This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use FTPFileParseEngine instead.org.apache.commons.net.ftp.FTPFileListParserImpl This class is deprecated as of version 1.2 and will be removed in version 2.0 -- org.apache.commons.net.ftp.RegexFTPFileEntryParserImpl is its designated replacement. Class has been renamed, entire implemenation is in RegexFTPFileEntryParserImpl.
-
Methods Method Description org.apache.commons.net.ftp.FTPClient.createFileList(FTPFileEntryParser) - use initiateListParsing(FTPFileEntryParser) method instead.org.apache.commons.net.ftp.FTPClient.listFiles(String, String) uselistFiles()
orlistFiles(String)
instead and specify the parser Key in anFTPClientConfig
object instead.org.apache.commons.net.ftp.FTPFileEntryParserImpl.parseFileList(InputStream) The version of this method which takes an encoding should be used.org.apache.commons.net.ftp.FTPFileList.create(InputStream, FTPFileEntryParser) The version of this method which takes an encoding should be used.org.apache.commons.net.ftp.FTPFileList.readStream(InputStream) The version of this method which takes an encoding should be used.org.apache.commons.net.ftp.FTPListParseEngine.readServerList(InputStream) The version of this method which takes an encoding should be used.