Deprecated API


Contents
Deprecated Fields
com.enterprisedt.net.ftp.ssh.SSHFTPClient.ConfigFlags.DISABLE_POST_CREATE_CHMOD
          use DISABLE_CHMOD_AFTER_PUT 
com.enterprisedt.net.ftp.ssl.SSLFTPClient.ConfigFlags.IMPLICIT_FTPS
          use SSLFTPClient.setImplicitFTPS(boolean) 
 

Deprecated Methods
com.enterprisedt.net.ftp.FTPClient.debugResponses(boolean)
          use the Logger class to switch debugging on and off 
com.enterprisedt.net.ftp.FTPClient.getControlPort()
          Use FTPClientInterface.getRemotePort() instead. 
com.enterprisedt.net.ftp.FTPFile.getLinkedname()
            
com.enterprisedt.net.ftp.ssh.SSHFTPClient.getServerResponseTimeout()
          Use SCPClient.getTimeout() 
com.enterprisedt.net.ftp.FTPFile.getType()
          No longer necessary. 
com.enterprisedt.net.ftp.FTPClient.list(String)
          As of FTP 1.1, replaced by FTPClient.dir(String) 
com.enterprisedt.net.ftp.FTPClient.list(String, boolean)
          As of FTP 1.1, replaced by FTPClient.dir(String,boolean) 
com.enterprisedt.net.ftp.ssl.SSLFTPClient.loadClientKeyFile(InputStream, String)
          Use setClientCertificate<(inputStream, password)/code>. 
com.enterprisedt.net.ftp.ssl.SSLFTPClient.loadClientKeyFile(String, String)
          Use loadClientCertificate<(path, password)/code>. 
com.enterprisedt.net.ftp.ssl.SSLFTPClient.loadRootCertificates(InputStream)
          Use SSLFTPClient.getRootCertificateStore().SSLFTPCertificateStore.importPEMFile(InputStream) 
com.enterprisedt.net.ftp.ssl.SSLFTPClient.loadRootCertificates(String)
          Use SSLFTPClient.getRootCertificateStore().SSLFTPCertificateStore.importPEMFile(String) 
com.enterprisedt.net.ftp.FTPClient.setControlPort(int)
          Use FTPClientInterface.setRemotePort(int) instead. 
com.enterprisedt.net.ftp.FTPClient.setParserLocale(Locale)
          @see FTPClient#setParserLocales(Locale[]) 
com.enterprisedt.net.ftp.FTPClient.setPORTIP(String)
            
com.enterprisedt.net.ftp.ssh.SSHFTPClient.setServerResponseTimeout(long)
          Use SSHFTPClient.setTimeout(int) 
com.enterprisedt.net.ftp.ssh.SSHFTPValidator.validate(String, String, boolean)
          Use SSHFTPValidator.validate(String, SSHFTPPublicKey, boolean). 
 

Deprecated Constructors
com.enterprisedt.net.ftp.FTPClient(InetAddress)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPClient(InetAddress, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPClient(InetAddress, int, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPClient(InetAddress, int, int, String)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPClient(String)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPClient(String, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPClient(String, int, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPClient(String, int, int, String)
          use setter methods to set properties 
com.enterprisedt.net.ftp.FTPFile(int, String, String, long, boolean, Date)
          'type' no longer used. 
com.enterprisedt.net.ftp.ssl.SSLFTPClient(InetAddress, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.ssl.SSLFTPClient(InetAddress, int, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.ssl.SSLFTPClient(InetAddress, int, int, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.ssl.SSLFTPClient(String, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.ssl.SSLFTPClient(String, int, int)
          use setter methods to set properties 
com.enterprisedt.net.ftp.ssl.SSLFTPClient(String, int, int, int)
          use setter methods to set properties 
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.