org.rhq.enterprise.server.install.remote
Class SSHFileSend

java.lang.Object
  extended by org.rhq.enterprise.server.install.remote.SSHFileSend

public class SSHFileSend
extends Object

Author:
Greg Hinkle

Constructor Summary
SSHFileSend()
           
 
Method Summary
static int checkAck(InputStream in)
           
static boolean sendFile(com.jcraft.jsch.Session session, String sourceFilename, String destFilename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHFileSend

public SSHFileSend()
Method Detail

sendFile

public static boolean sendFile(com.jcraft.jsch.Session session,
                               String sourceFilename,
                               String destFilename)

checkAck

public static int checkAck(InputStream in)
                    throws IOException
Throws:
IOException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.