com.mindbright.ssh2
public class SSH2SCP1Factory extends java.lang.Object implements SSHFileTransferFactory
SSHFileTransfer objects which
use the scp1 protocol.| Constructor and Description |
|---|
SSH2SCP1Factory() |
| Modifier 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.
|
public SSHFileTransfer create(MindTermApp client, java.io.File cwd) throws java.lang.Exception
SSHFileTransferFactorycreate in interface SSHFileTransferFactoryclient - connected SSH client to transfer files overcwd - start directoryjava.lang.Exception