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. |
create
public 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 overcwd
- start directory
- Throws:
java.lang.Exception