|
||||||||||
| 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; SecureFileTransferClient
(edtFTPj/PRO only)
adds support for secure file transfer via the SFTP and FTPS protocols, as well as advanced 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 |
FileTransferClient.downloadStream(java.lang.String remoteFileName)
Download a file from the FTP server as a stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||