Uses of Interface
com.enterprisedt.net.ftp.pro.ProFTPClientInterface

Packages that use ProFTPClientInterface
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.pro Contains classes for enhanced FTP client functionality. 
com.enterprisedt.net.ftp.script Contains classes for FTP scripting. 
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
com.enterprisedt.net.ftp.ssl Contains classes for FTPS (FTP over SSL) client functionality. 
 

Uses of ProFTPClientInterface in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return ProFTPClientInterface
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.
 

Uses of ProFTPClientInterface in com.enterprisedt.net.ftp.pro
 

Classes in com.enterprisedt.net.ftp.pro that implement ProFTPClientInterface
 class ProFTPClient
          Subclass of FTPClient that adds numerous useful methods, mainly for getting and putting of multiple files, including recursively going through directories.
 

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

Methods in com.enterprisedt.net.ftp.script that return ProFTPClientInterface
 ProFTPClientInterface ScriptEngine.getFtp()
          Get a reference to the client being used
 

Methods in com.enterprisedt.net.ftp.script with parameters of type ProFTPClientInterface
 CommandResult VersionCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult SetCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult ScriptCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult RmDirCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult RenameCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult RecordCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult QuitCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult PwdCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult PutCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult ProtectCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult OpenCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult MPutCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult MkDirCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult MGetCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult MDeleteCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult LicenseCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult HelpCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult GetCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult EchoCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult DirCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult DeleteCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult DebugCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult CommentCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult CdUpCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult CdCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult CccCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult BinaryCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult AuthCommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 CommandResult ASCIICommand.execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 void ScriptEngine.setFtp(ProFTPClientInterface ftp)
          Set the client reference
 

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

Classes in com.enterprisedt.net.ftp.ssh that implement ProFTPClientInterface
 class SSHFTPClient
          SSHFTPClient implements SFTP (SSH File Transfer Protocol).
 

Uses of ProFTPClientInterface in com.enterprisedt.net.ftp.ssl
 

Classes in com.enterprisedt.net.ftp.ssl that implement ProFTPClientInterface
 class SSLFTPClient
          SSLFTPClient supports standard FTP and the two types of FTPS, explicit and implicit.
 



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