Package com.sshtools.client.scp
Class ScpClient.ScpEngine
java.lang.Object
com.sshtools.client.scp.ScpClientIO.ScpEngineIO
com.sshtools.client.scp.ScpClient.ScpEngine
- Enclosing class:
- ScpClient
Implements an SCP Engine by extending J2SSH Mavericjs ScpEngineIO
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ScpEngine
(String cmd, SessionChannelNG session) Contruct the channel with the specified scp command. -
Method Summary
Methods inherited from class com.sshtools.client.scp.ScpClientIO.ScpEngineIO
close, parseCommand, readCompleteFile, readStreamFromRemote, readString, waitForResponse, writeCompleteFile, writeError, writeOk, writeStreamToRemote
-
Constructor Details
-
ScpEngine
protected ScpEngine(String cmd, SessionChannelNG session) throws com.sshtools.common.ssh.SshException Contruct the channel with the specified scp command.
- Parameters:
cmd
- The scp command- Throws:
com.sshtools.common.ssh.SshException
-