Package | Description |
---|---|
com.enterprisedt.net.ftp |
Modifier and Type | Class and Description |
---|---|
class |
FTPOutputStream
Represents an output stream that writes to an FTP server, permitting
the user to upload a file by writing to the stream.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|