|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileTransferOutputStream | |
|---|---|
| com.enterprisedt.net.ftp | Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. |
| com.enterprisedt.net.ftp.async | 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. |
| com.enterprisedt.net.ftp.ssh | Contains classes for SFTP (FTP via SSH) client functionality. |
| Uses of FileTransferOutputStream in com.enterprisedt.net.ftp |
|---|
| Subclasses of FileTransferOutputStream in com.enterprisedt.net.ftp | |
|---|---|
class |
FTPOutputStream
Represents an output stream that writes to an FTP server, permitting the user to upload a file by writing to the stream. |
| Methods in com.enterprisedt.net.ftp that return FileTransferOutputStream | |
|---|---|
FileTransferOutputStream |
SecureFileTransferClient.uploadStream(java.lang.String remoteFileName)
Upload a file to the FTP server by writing to a stream. |
FileTransferOutputStream |
FileTransferClientInterface.uploadStream(java.lang.String remoteFileName)
Upload a file to the FTP server by writing to a stream. |
FileTransferOutputStream |
FileTransferClient.uploadStream(java.lang.String remoteFileName)
Upload a file to the FTP server by writing to a stream. |
FileTransferOutputStream |
SecureFileTransferClient.uploadStream(java.lang.String remoteFileName,
WriteMode writeMode)
Upload a file to the FTP server by writing to a stream. |
FileTransferOutputStream |
FileTransferClientInterface.uploadStream(java.lang.String remoteFileName,
WriteMode writeMode)
Upload a file to the FTP server by writing to a stream. |
FileTransferOutputStream |
FileTransferClient.uploadStream(java.lang.String remoteFileName,
WriteMode writeMode)
Upload a file to the FTP server by writing to a stream. |
| Uses of FileTransferOutputStream in com.enterprisedt.net.ftp.async |
|---|
| Methods in com.enterprisedt.net.ftp.async that return FileTransferOutputStream | |
|---|---|
FileTransferOutputStream |
UploadStreamResult.getOutputStream()
Get the input stream from which to read the file from the server |
| Methods in com.enterprisedt.net.ftp.async with parameters of type FileTransferOutputStream | |
|---|---|
void |
AsyncCallback.UploadStream.onUploadingStream(FileTransferOutputStream outStr,
UploadStreamResult result)
|
void |
UploadStreamResult.setOutputStream(FileTransferOutputStream str)
Set the input stream. |
| Uses of FileTransferOutputStream in com.enterprisedt.net.ftp.ssh |
|---|
| Subclasses of FileTransferOutputStream in com.enterprisedt.net.ftp.ssh | |
|---|---|
class |
SSHFTPOutputStream
An output stream that writes to an SFTP server, permitting the user to upload a file by writing to the stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||