com.sshtools.scp
Class ScpClient.ScpEngine

java.lang.Object
  extended bycom.maverick.scp.ScpClientIO.ScpEngineIO
      extended bycom.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.
 
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


Copyright © 2003 3SP LTD. All Rights Reserved.