Package com.enterprisedt.net.ftp.script
Interface ScriptCommand
- All Known Implementing Classes:
ASCIICommand,AuthCommand,BinaryCommand,CccCommand,CdCommand,CdUpCommand,CommentCommand,DebugCommand,DeleteCommand,DirCommand,EchoCommand,GetCommand,HelpCommand,LicenseCommand,LocalCdCommand,MDeleteCommand,MGetCommand,MkDirCommand,MPutCommand,OpenCommand,ProtectCommand,PutCommand,PwdCommand,QuitCommand,QuoteCommand,RecordCommand,RenameCommand,RmDirCommand,ScriptCommandImpl,SetCommand,SiteCommand,TypeCommand,VersionCommand
public interface ScriptCommand
Description
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Method Summary
Modifier and TypeMethodDescriptionexecute(ScriptEngine engine, ProFTPClientInterface ftp, String command, String args) booleanboolean
-
Method Details
-
execute
CommandResult execute(ScriptEngine engine, ProFTPClientInterface ftp, String command, String args) throws IOException, FTPException - Throws:
IOExceptionFTPException
-
mustBeConnected
boolean mustBeConnected() -
helpMessage
String helpMessage() -
recordable
boolean recordable()
-