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.This package contains the classes used for asynchronous programming - primarily the XXXResult classes,
which are returned from asynchronous methods and used to provide details about the operation,
such as what file is being transferred.
Contains classes for SFTP (FTP via SSH) client functionality.
-
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.SecureFileTransferClient.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.static FileTransferInputStreamSecureFileTransferClient.downloadURLStream(String ftpURL) Open an InputStream for the given FTP URL. -
Uses of FileTransferInputStream in com.enterprisedt.net.ftp.async
Methods in com.enterprisedt.net.ftp.async that return FileTransferInputStreamModifier and TypeMethodDescriptionDownloadStreamResult.getInputStream()Get the input stream from which to read the file from the serverMethods in com.enterprisedt.net.ftp.async with parameters of type FileTransferInputStreamModifier and TypeMethodDescriptionvoidAsyncCallback.DownloadStream.onDownloadingStream(FileTransferInputStream inStr, DownloadStreamResult result) voidDownloadStreamResult.setInputStream(FileTransferInputStream str) Set the input stream. -
Uses of FileTransferInputStream in com.enterprisedt.net.ftp.ssh
Subclasses of FileTransferInputStream in com.enterprisedt.net.ftp.sshModifier 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.