Uses of Class
com.enterprisedt.net.ftp.FTPControlSocket
Packages that use FTPControlSocket
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.Contains classes for enhanced FTP client functionality.
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 FTPControlSocketModifier and TypeFieldDescriptionprotected FTPControlSocketFTPClient.controlSocket responsible for controlling the connectionMethods in com.enterprisedt.net.ftp with parameters of type FTPControlSocketModifier and TypeMethodDescriptionprotected voidFTPClient.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.proModifier and TypeClassDescriptionclassImplements IPV6 EPRT and EPSV commands -
Uses of FTPControlSocket in com.enterprisedt.net.ftp.ssl
Subclasses of FTPControlSocket in com.enterprisedt.net.ftp.sslModifier and TypeClassDescriptionclassSSLFTPControlSocketencapsulates the SSL/TLS control channel.