Package | Description |
---|---|
com.enterprisedt.net.ftp |
Modifier and Type | Class and Description |
---|---|
class |
FTPInputStream
Represents an input stream of bytes coming from an FTP server, permitting
the user to download a file by reading the stream.
|
Modifier and Type | Method and Description |
---|---|
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.
|