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

Packages that use FTPTransferType
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
 

Uses of FTPTransferType in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as FTPTransferType
static FTPTransferType FTPTransferType.ASCII
          Represents ASCII transfer type
static FTPTransferType FTPTransferType.BINARY
          Represents Image (or binary) transfer type
protected  FTPTransferType FTPClient.transferType
          Record of the transfer type - make the default ASCII
 

Methods in com.enterprisedt.net.ftp that return FTPTransferType
 FTPTransferType SecureFileTransferClient.getContentType()
          Get the current content type for all connections.
 FTPTransferType FileTransferClientInterface.getContentType()
          Get the current content type for all connections.
 FTPTransferType FileTransferClient.getContentType()
          Get the current content type for all connections.
 FTPTransferType AsyncFileTransferClient.getContentType()
          Get the current content type.
 FTPTransferType FTPClientInterface.getType()
          Get the current transfer type
 FTPTransferType FTPClient.getType()
          Get the current transfer type
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPTransferType
 void FTPClient.resetTransferMode(FTPTransferType previousType)
          Reset the transfer mode back to what it should be, if it has changed.
 void SecureFileTransferClient.setContentType(FTPTransferType type)
          Set the transfer type for all connections, either ASCII or binary.
 void FileTransferClientInterface.setContentType(FTPTransferType type)
          Set the transfer type for all connections, either ASCII or binary.
 void FileTransferClient.setContentType(FTPTransferType type)
          Set the transfer type for all connections, either ASCII or binary.
 void AsyncFileTransferClient.setContentType(FTPTransferType type)
          Set the transfer type, either ASCII or binary.
 void FTPClientInterface.setType(FTPTransferType type)
          Set the transfer type
 void FTPClient.setType(FTPTransferType type)
          Set the transfer type
 

Uses of FTPTransferType in com.enterprisedt.net.ftp.ssh
 

Methods in com.enterprisedt.net.ftp.ssh that return FTPTransferType
 FTPTransferType SSHFTPClient.getType()
           
 

Methods in com.enterprisedt.net.ftp.ssh with parameters of type FTPTransferType
 void SSHFTPClient.setType(FTPTransferType type)
           
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.