public interface ScriptCommand
Modifier and Type | Method and Description |
---|---|
CommandResult |
execute(ScriptEngine engine,
ProFTPClientInterface ftp,
java.lang.String command,
java.lang.String args) |
java.lang.String |
helpMessage() |
boolean |
mustBeConnected() |
boolean |
recordable() |
CommandResult execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args) throws java.io.IOException, FTPException
java.io.IOException
FTPException
boolean mustBeConnected()
java.lang.String helpMessage()
boolean recordable()
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.