Uses of Interface
com.myjavaworld.ftp.FTPConstants

Packages that use FTPConstants
com.myjavaworld.ftp This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). 
 

Uses of FTPConstants in com.myjavaworld.ftp
 

Classes in com.myjavaworld.ftp that implement FTPConstants
 class AS400FTPClient
          An FTP client implementation that can be used with AS/400 systems.
 class ControlConnection
          This class represents a Control Connection as specified in the FTP protocol specification.
 class DataConnection
          A DataConnection object is used to transfer data over the data connection in an FTP process.
 class DefaultFTPClient
          The default implementation of FTPClient.
 class ExplicitSSLControlConnection
          This class represents a Control Connection as specified in the FTP protocol specification.
 class ImplicitSSLControlConnection
          This class represents a Control Connection as specified in the FTP protocol specification.
 class SSLDataConnection
          A DataConnection object is used to transfer data over the data connection in an FTP process.
 



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.