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

Packages that use FTPControlSocket
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 FTPControlSocket in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as FTPControlSocket
protected  FTPControlSocket FTPClient.control
          Socket responsible for controlling the connection
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPControlSocket
protected  void FTPClient.initialize(FTPControlSocket control)
          Set the control socket explicitly
 

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

Subclasses of FTPControlSocket in com.enterprisedt.net.ftp.pro
 class ProFTPControlSocket
          Implements IPV6 EPRT and EPSV commands
 

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

Subclasses of FTPControlSocket in com.enterprisedt.net.ftp.ssl
 class SSLFTPControlSocket
          SSLFTPControlSocket encapsulates the SSL/TLS control channel.
 



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