Deprecated API

Deprecated Classes
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 instead 
org.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. 
 

Deprecated Interfaces
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. 
 

Deprecated Methods
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.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.FTPClient.listFiles(FTPFileListParser)
          use listFiles(String parserKey) instead. 
org.apache.commons.net.ftp.FTPClient.listFiles(FTPFileListParser, String)
          use listFiles(String parserKey, String pathname) instead 
org.apache.commons.net.ftp.FTPClient.listFiles(String, String)
          use listFiles() or listFiles(String) instead and specify the parser Key in an FTPClientConfig 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.FTPListParseEngine.readServerList(InputStream)
          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. 
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.