com.mindbright.ssh
Class SSHSCPFactory

java.lang.Object
  extended bycom.mindbright.ssh.SSHSCPFactory
All Implemented Interfaces:
SSHFileTransferFactory

public class SSHSCPFactory
extends java.lang.Object
implements SSHFileTransferFactory


Constructor Summary
SSHSCPFactory()
           
 
Method Summary
 SSHFileTransfer create(MindTermApp client, java.io.File cwd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHSCPFactory

public SSHSCPFactory()
Method Detail

create

public SSHFileTransfer create(MindTermApp client,
                              java.io.File cwd)
                       throws java.lang.Exception
Specified by:
create in interface SSHFileTransferFactory
Throws:
java.lang.Exception