Uses of Class
com.enterprisedt.net.ftp.FTPClient

Packages that use FTPClient
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.pro Contains classes for enhanced FTP client functionality. 
com.enterprisedt.net.ftp.ssl Contains classes for FTPS (FTP over SSL) client functionality. 
 

Uses of FTPClient in com.enterprisedt.net.ftp
 

Constructors in com.enterprisedt.net.ftp with parameters of type FTPClient
FTPInputStream(FTPClient client, java.lang.String remoteFile)
          Constructor.
FTPOutputStream(FTPClient client, java.lang.String remoteFile)
          Constructor.
FTPOutputStream(FTPClient client, java.lang.String remoteFile, boolean append)
          Constructor.
FXPTransfer(FTPClient source, FTPClient dest)
          Constructor
 

Uses of FTPClient in com.enterprisedt.net.ftp.pro
 

Subclasses of FTPClient in com.enterprisedt.net.ftp.pro
 class ProFTPClient
          Subclass of FTPClient that adds numerous useful methods, mainly for getting and putting of multiple files, including recursively going through directories.
 

Uses of FTPClient in com.enterprisedt.net.ftp.ssl
 

Subclasses of FTPClient in com.enterprisedt.net.ftp.ssl
 class SSLFTPClient
          SSLFTPClient supports standard FTP and the two types of FTPS, explicit and implicit.
 



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