Package com.enterprisedt.net.ftp.script


package com.enterprisedt.net.ftp.script
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.