com.mindbright.sshcommon
public interface SSHFileTransferFactory
SSHFileTransfer
instancesModifier and Type | Method and Description |
---|---|
SSHFileTransfer |
create(MindTermApp client,
java.io.File cwd)
Create a new instance which uses the given client and strats
in the given directory.
|
SSHFileTransfer create(MindTermApp client, java.io.File cwd) throws java.lang.Exception
client
- connected SSH client to transfer files overcwd
- start directoryjava.lang.Exception