Deprecated API

Contents

Deprecated Interfaces

FTPFileListParser
This interface is deprecated as of version 1.2 and will be removed in version 2.0 -- use FTPFileEntryParser instead.

Deprecated Classes

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.
FTPFileIterator
This class is deprecated as of version 1.2 and will be removed in version 2.0 - use FTPFileParseEngine instead
FTPFileList
This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use FTPFileParseEngine instead.
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.

Deprecated Methods

org.apache.commons.net.ftp.FTPClient.listFiles(FTPFileListParser,String)
use listFiles(String parserKey, String pathname) instead
org.apache.commons.net.ftp.FTPClient.listFiles(FTPFileListParser)
use listFiles(String parserKey) instead.
org.apache.commons.net.ftp.FTPClient.createFileList(FTPFileEntryParser)
- use initiateListParsing(FTPFileEntryParser) method instead.
org.apache.commons.net.ftp.FTPClient.createFileList(String,FTPFileEntryParser)
- use initiateListParsing(String, FTPFileEntryParser) method 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.