|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |