Uses of Class
com.enterprisedt.net.ftp.FileTransferOutputStream
Packages that use FileTransferOutputStream
Package
Description
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.ftpModifier and TypeClassDescriptionclassRepresents 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 FileTransferOutputStreamModifier and TypeMethodDescriptionFileTransferClient.uploadStream(String remoteFileName) Upload a file to the FTP server by writing to a stream.FileTransferClient.uploadStream(String remoteFileName, WriteMode writeMode) Upload a file to the FTP server by writing to a stream.FileTransferClientInterface.uploadStream(String remoteFileName) Upload a file to the FTP server by writing to a stream.FileTransferClientInterface.uploadStream(String remoteFileName, WriteMode writeMode) Upload a file to the FTP server by writing to a stream.static FileTransferOutputStreamFileTransferClient.uploadURLStream(String ftpURL) Open an OutputStream for the given FTP URL.