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



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