Interface | Description |
---|---|
ScriptCommand |
Description
|
Class | Description |
---|---|
ASCIICommand |
Change to ASCII
|
AuthCommand |
Auth command.
|
BinaryCommand |
Change to binary mode
|
CccCommand |
CCC command.
|
CdCommand |
Change directory
|
CdUpCommand |
Description
|
CommandCollector |
Collects list of logging commands
|
CommandResult |
Result from a script command
|
CommentCommand |
Writes a comment to the record file if it exists
|
DebugCommand |
Switch debugging on and off
|
DeleteCommand |
Delete a file
|
DirCommand |
List directory
|
EchoCommand |
Echo command, to display the value of a variable
|
FTPShell |
FTP shell implementation
|
GetCommand |
Get a file.
|
HelpCommand |
Change to ASCII
|
LicenseCommand |
Print license details
|
LocalCdCommand |
Change local working directory
|
MDeleteCommand |
Implements the mdelete command (mdelete [filter])
|
MGetCommand |
Implements the mput command (mput [filter]
|
MkDirCommand |
Make a directory
|
MPutCommand |
Implements the mput command (mput [filter]
|
OpenCommand |
Open the connection
|
ProtectCommand |
Protect command.
|
PutCommand |
Put a file
|
PwdCommand |
Print working directory
|
QuitCommand |
Quit command
|
QuoteCommand |
Run the supplied command on the server
|
RecordCommand |
Record commands to file
|
RenameCommand |
Description
|
RmDirCommand |
Remove a directory (it must be empty).
|
ScriptCommandImpl |
Super class of script commands
|
ScriptEngine |
Scripting engine, used to load FTP scripts and execute them.
|
ScriptResult |
Holds the result of a script which has been run.
|
ScriptVariable |
String variable for scripting/shell
|
SetCommand |
Set various variables in the script engine
|
SiteCommand |
Site command
|
TypeCommand |
Switch transfer type
|
VersionCommand |
Print out version details
|
ScriptEngine
. Typically, ScriptEngine
is used from a batch or
shell script, passing in the script file to run. It can also be used within Java applications
by calling the executeScript
method.
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.