Uses of Class
com.enterprisedt.net.ftp.FileTransferOutputStream

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.
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.