edtFTPj/Free - Open-source FTP library for Java | Download


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

Packages that use FTPClient
com.enterprisedt.net.ftp 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 FTPClient
protected  FTPClient AbstractFTPInputStream.client
          The client being used to perform the transfer
 

Constructors in com.enterprisedt.net.ftp with parameters of type FTPClient
AbstractFTPInputStream(FTPClient client, java.lang.String remoteFile)
          Constructor.
FTPInputStream(FTPClient client, java.lang.String remoteFile)
          Constructor.
FTPInputStream(FTPClient client, java.lang.String remoteFile, long offset)
          Constructor.
FTPOutputStream(FTPClient client, java.lang.String remoteFile)
          Constructor.
FTPOutputStream(FTPClient client, java.lang.String remoteFile, boolean append)
          Constructor.
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.