Package com.enterprisedt.net.ftp.script
Class CommentCommand
java.lang.Object
com.enterprisedt.net.ftp.script.ScriptCommandImpl
com.enterprisedt.net.ftp.script.CommentCommand
- All Implemented Interfaces:
ScriptCommand
Writes a comment to the record file if it exists
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ScriptEngine engine, ProFTPClientInterface ftp, String command, String args) booleanMethods inherited from class com.enterprisedt.net.ftp.script.ScriptCommandImpl
filenameSplitter, mustBeConnected, setMustBeConnected
-
Constructor Details
-
CommentCommand
public CommentCommand()
-
-
Method Details
-
recordable
public boolean recordable()- Specified by:
recordablein interfaceScriptCommand- Overrides:
recordablein classScriptCommandImpl
-
execute
public CommandResult execute(ScriptEngine engine, ProFTPClientInterface ftp, String command, String args) throws IOException, FTPException - Throws:
IOExceptionFTPException
-
helpMessage
-