Uses of Class
ch.ethz.ssh2.SCPClient

Packages that use SCPClient
ch.ethz.ssh2   
 

Uses of SCPClient in ch.ethz.ssh2
 

Methods in ch.ethz.ssh2 that return SCPClient
 SCPClient Connection.createSCPClient()
          Create a very basic SCPClient that can be used to copy files from/to the SSH-2 server.
 

Constructors in ch.ethz.ssh2 with parameters of type SCPClient
SCPInputStream(SCPClient client, Session session)
           
SCPOutputStream(SCPClient client, Session session, String remoteFile, long length, String mode)
           
 



Copyright © 2011. All Rights Reserved.