Uses of Class
com.enterprisedt.net.ftp.FTPClient
Packages that use FTPClient
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 FTPClient in com.enterprisedt.net.ftp
Fields in com.enterprisedt.net.ftp declared as FTPClientModifier and TypeFieldDescriptionprotected FTPClientAbstractFTPInputStream.clientThe client being used to perform the transferConstructors in com.enterprisedt.net.ftp with parameters of type FTPClientModifierConstructorDescriptionAbstractFTPInputStream(FTPClient client, String remoteFile) Constructor.FTPInputStream(FTPClient client, String remoteFile) Constructor.FTPInputStream(FTPClient client, String remoteFile, long offset) Constructor.FTPOutputStream(FTPClient client, String remoteFile) Constructor.FTPOutputStream(FTPClient client, 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.proModifier and TypeClassDescriptionclassSubclass 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.sslModifier and TypeClassDescriptionclassSSLFTPClientsupports standard FTP and the two types of FTPS, explicit and implicit.