com.mindbright.sshcommon
Interface SSHFileTransferFactory

All Known Implementing Classes:
SSH2SCP1Factory, SSH2SFTPFactory, SSHSCPFactory

public interface SSHFileTransferFactory

Interface for classes creating SSHFileTransfer instances


Method Summary
 SSHFileTransfer create(MindTermApp client, java.io.File cwd)
          Create a new instance which uses the given client and strats in the given directory.
 

Method Detail

create

SSHFileTransfer create(MindTermApp client,
                       java.io.File cwd)
                       throws java.lang.Exception
Create a new instance which uses the given client and strats in the given directory.

Parameters:
client - connected SSH client to transfer files over
cwd - start directory
Throws:
java.lang.Exception