|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileTransferOutputStream | |
|---|---|
| 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 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 |
FileTransferClient.uploadStream(java.lang.String remoteFileName)
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||