Package com.enterprisedt.net.ftp.script
Class FTPShell
java.lang.Object
com.enterprisedt.net.ftp.script.FTPShell
FTP shell implementation
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void[user@]host[:port] -c configfile -n noconnect -h help -p password -o protocolstatic voidrunShell(ScriptEngine engine, BufferedReader in, PrintStream out)
-
Constructor Details
-
FTPShell
public FTPShell()
-
-
Method Details
-
main
[user@]host[:port] -c configfile -n noconnect -h help -p password -o protocol- Parameters:
args-
-
runShell
public static void runShell(ScriptEngine engine, BufferedReader in, PrintStream out) throws IOException - Throws:
IOException
-