com.enterprisedt.net.ftp.script
Class FTPShell

java.lang.Object
  extended by com.enterprisedt.net.ftp.script.FTPShell

public class FTPShell
extends java.lang.Object

FTP shell implementation

Version:
$Revision: 1.9 $
Author:
Bruce Blackshaw

Constructor Summary
FTPShell()
           
 
Method Summary
static void main(java.lang.String[] args)
          [user@]host[:port] -c configfile -n noconnect -h help -p password -o protocol
static void runShell(ScriptEngine engine, java.io.BufferedReader in, java.io.PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPShell

public FTPShell()
Method Detail

main

public static void main(java.lang.String[] args)
[user@]host[:port] -c configfile -n noconnect -h help -p password -o protocol

Parameters:
args -

runShell

public static void runShell(ScriptEngine engine,
                            java.io.BufferedReader in,
                            java.io.PrintStream out)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2009 Enterprise Distributed Technologies Ltd. All Rights Reserved.