|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.ssh2.SSH2SCP1Factory
public class SSH2SCP1Factory
Factory which creates SSHFileTransfer
objects which
use the scp1 protocol.
Constructor Summary | |
---|---|
SSH2SCP1Factory()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSH2SCP1Factory()
Method Detail |
---|
public SSHFileTransfer create(MindTermApp client, java.io.File cwd) throws java.lang.Exception
SSHFileTransferFactory
create
in interface SSHFileTransferFactory
client
- connected SSH client to transfer files overcwd
- start directory
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |