com.sshtools.scp
Class ScpClient.ScpEngine

java.lang.Object
  extended by com.maverick.scp.ScpClientIO.ScpEngineIO
      extended by com.sshtools.scp.ScpClient.ScpEngine
Enclosing class:
ScpClient

protected class ScpClient.ScpEngine
extends ScpClientIO.ScpEngineIO

Implements an SCP Engine by extending J2SSH Mavericjs ScpEngineIO


Field Summary
 
Fields inherited from class com.maverick.scp.ScpClientIO.ScpEngineIO
buffer, cmd, in, out, session
 
Constructor Summary
protected ScpClient.ScpEngine(java.lang.String cmd, SshSession session)
           Contruct the channel with the specified scp command.
 
Method Summary
 
Methods inherited from class com.maverick.scp.ScpClientIO.ScpEngineIO
close, parseCommand, readCompleteFile, readStreamFromRemote, readString, waitForResponse, writeCompleteFile, writeError, writeOk, writeStreamToRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScpClient.ScpEngine

protected ScpClient.ScpEngine(java.lang.String cmd,
                              SshSession session)
                       throws SshException

Contruct the channel with the specified scp command.

Parameters:
cmd - The scp command
Throws:
SshException


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.