com.mindbright.ssh
Class SSHFtpPlugin

java.lang.Object
  extended bycom.mindbright.ssh.SSHProtocolPlugin
      extended bycom.mindbright.ssh.SSHFtpPlugin

public class SSHFtpPlugin
extends SSHProtocolPlugin


Constructor Summary
SSHFtpPlugin()
           
 
Method Summary
 void initiate(SSHClient client)
           
 SSHListenChannel localListener(java.lang.String localHost, int localPort, java.lang.String remoteHost, int remotePort, SSHChannelController controller)
           
 
Methods inherited from class com.mindbright.ssh.SSHProtocolPlugin
addPlugin, getPlugin, initiateAll, remoteListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHFtpPlugin

public SSHFtpPlugin()
Method Detail

initiate

public void initiate(SSHClient client)
Overrides:
initiate in class SSHProtocolPlugin

localListener

public SSHListenChannel localListener(java.lang.String localHost,
                                      int localPort,
                                      java.lang.String remoteHost,
                                      int remotePort,
                                      SSHChannelController controller)
                               throws java.io.IOException
Overrides:
localListener in class SSHProtocolPlugin
Throws:
java.io.IOException