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


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

Packages that use FileTransferInputStream
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

Uses of FileTransferInputStream in com.enterprisedt.net.ftp
 

Subclasses of FileTransferInputStream in com.enterprisedt.net.ftp
 class AbstractFTPInputStream
          Represents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.
 class FTPInputStream
          Represents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.
 

Methods in com.enterprisedt.net.ftp that return FileTransferInputStream
 FileTransferInputStream FileTransferClientInterface.downloadStream(java.lang.String remoteFileName)
          Download a file from the FTP server as a stream.
 FileTransferInputStream FileTransferClient.downloadStream(java.lang.String remoteFileName)
          Download a file from the FTP server as a stream.
static FileTransferInputStream FileTransferClient.downloadURLStream(java.lang.String ftpURL)
          Open an InputStream for the given FTP URL.
 



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