|
||||||||||
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. |
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 |
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. |
static FileTransferOutputStream |
FileTransferClient.uploadURLStream(java.lang.String ftpURL)
Open an OutputStream for the given FTP URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |