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.-
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.