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

Packages that use Protocol
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.script Contains classes for FTP scripting. 
 

Uses of Protocol in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as Protocol
static Protocol Protocol.FTP
          Plain FTP
static Protocol Protocol.FTPS_EXPLICIT
          Explicit FTPS (FTP over SSL)
static Protocol Protocol.FTPS_IMPLICIT
          Implicit FTPS (FTP over SSL).
static Protocol Protocol.SFTP
          FTP over SSH
 

Methods in com.enterprisedt.net.ftp that return Protocol
 Protocol SecureFileTransferClient.getProtocol()
          Get the current protocol being used
 

Methods in com.enterprisedt.net.ftp with parameters of type Protocol
static ProFTPClientInterface FTPClientFactory.createClient(Protocol protocol)
          Create an FTP client that supports the supplied protocol.
static ProFTPClientInterface FTPClientFactory.createClient(Protocol protocol, boolean serverValidation)
          Create an FTP client that supports the supplied protocol.
 void SecureFileTransferClient.setProtocol(Protocol protocol)
          Set the current protocol to be used.
 

Uses of Protocol in com.enterprisedt.net.ftp.script
 

Methods in com.enterprisedt.net.ftp.script that return Protocol
 Protocol ScriptEngine.getProtocol()
          Get the protocol to be used
 

Methods in com.enterprisedt.net.ftp.script with parameters of type Protocol
 void ScriptEngine.setProtocol(Protocol protocol)
          Set the protocol to be used
 



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