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
ConstructorsModifierConstructorDescriptionprotectedScpEngine(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
Contruct the channel with the specified scp command.
- Parameters:
cmd- The scp command- Throws:
SshException
-