kAWT Version 0.96

de.kawt.shell
Class FtpShell

java.lang.Object
  |
  +--de.kawt.shell.AbstractShell
        |
        +--de.kawt.shell.FtpShell

public class FtpShell
extends AbstractShell


Fields inherited from class de.kawt.shell.AbstractShell
transferSize
 
Constructor Summary
FtpShell()
           
 
Method Summary
 boolean cd(String path)
           
 void close()
           
 void closeStream()
          needed to enable ftpshell to close data connection
 InputStream getInputStream(String name)
           
 OutputStream getOutputStream(String name)
           
 Vector ls()
           
 void mkdir(String name)
           
 void open(String host, String user, String pass)
           
 String pwd()
           
 void rm(String name)
           
 
Methods inherited from class de.kawt.shell.AbstractShell
getTransferSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpShell

public FtpShell()
Method Detail

cd

public boolean cd(String path)
Overrides:
cd in class AbstractShell

ls

public Vector ls()
Overrides:
ls in class AbstractShell

closeStream

public void closeStream()
                 throws <>IOException
Description copied from class: AbstractShell
needed to enable ftpshell to close data connection
Overrides:
closeStream in class AbstractShell

close

public void close()
Overrides:
close in class AbstractShell

open

public void open(String host,
                 String user,
                 String pass)
          throws <>IOException

pwd

public String pwd()
Overrides:
pwd in class AbstractShell

getInputStream

public InputStream getInputStream(String name)
                           throws <>IOException
Overrides:
getInputStream in class AbstractShell

getOutputStream

public OutputStream getOutputStream(String name)
                             throws <>IOException
Overrides:
getOutputStream in class AbstractShell

mkdir

public void mkdir(String name)
Overrides:
mkdir in class AbstractShell

rm

public void rm(String name)
Overrides:
rm in class AbstractShell

kAWT Version 0.96