Uses of Class
com.enterprisedt.net.ftp.FileTransferInputStream
Packages that use FileTransferInputStream
Package
Description
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.ftpModifier and TypeClassDescriptionclassRepresents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.classRepresents 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 FileTransferInputStreamModifier and TypeMethodDescriptionFileTransferClient.downloadStream(String remoteFileName) Download a file from the FTP server as a stream.FileTransferClientInterface.downloadStream(String remoteFileName) Download a file from the FTP server as a stream.static FileTransferInputStreamFileTransferClient.downloadURLStream(String ftpURL) Open an InputStream for the given FTP URL.