com.mindbright.sshcommon
Interface SSHFileTransferFactory

All Known Implementing Classes:
SSH2SCP1Factory, SSH2SFTPFactory, SSHSCPFactory

public interface SSHFileTransferFactory


Method Summary
 SSHFileTransfer create(MindTermApp client, java.io.File cwd)
           
 

Method Detail

create

public SSHFileTransfer create(MindTermApp client,
                              java.io.File cwd)
                       throws java.lang.Exception
Throws:
java.lang.Exception