Package com.enterprisedt.net.ftp.script
Class SetCommand
java.lang.Object
com.enterprisedt.net.ftp.script.ScriptCommandImpl
com.enterprisedt.net.ftp.script.SetCommand
- All Implemented Interfaces:
ScriptCommand
Set various variables in the script engine
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ScriptEngine engine, ProFTPClientInterface ftp, String command, String args) Methods inherited from class com.enterprisedt.net.ftp.script.ScriptCommandImpl
filenameSplitter, mustBeConnected, recordable, setMustBeConnected
-
Constructor Details
-
SetCommand
public SetCommand()
-
-
Method Details
-
helpMessage
-
execute
public CommandResult execute(ScriptEngine engine, ProFTPClientInterface ftp, String command, String args) throws IOException, FTPException - Throws:
IOExceptionFTPException
-