Package com.enterprisedt.net.ftp.script

Contains classes for FTP scripting.

See:
          Description

Interface Summary
ScriptCommand Description
 

Class Summary
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
GetCommand Get a file.
HelpCommand Change to ASCII
LicenseCommand Print license details
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
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
VersionCommand Print out version details
 

Package com.enterprisedt.net.ftp.script Description

Contains classes for FTP scripting. The main class is 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-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.