com.infoscape.proteus.ftp
Class FTPConnection

java.lang.Object
  |
  +--com.infoscape.proteus.ftp.FTPConnection
All Implemented Interfaces:
Connection

public class FTPConnection
extends java.lang.Object
implements Connection


Constructor Summary
FTPConnection(org.jdom.Element elt)
           
 
Method Summary
 void connect()
           
 void disconnect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPConnection

public FTPConnection(org.jdom.Element elt)
Method Detail

connect

public void connect()
             throws java.lang.Exception
Specified by:
connect in interface Connection
Throws:
java.lang.Exception

disconnect

public void disconnect()
                throws java.lang.Exception
Specified by:
disconnect in interface Connection
Throws:
java.lang.Exception