Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.sshtools.j2ssh.SshClient

Uses of SshClient in com.sshtools.j2ssh
 

Fields in com.sshtools.j2ssh declared as SshClient
private  SshClient ScpClient.ssh
           
 

Constructors in com.sshtools.j2ssh with parameters of type SshClient
ScpClient(SshClient ssh, boolean verbose, com.sshtools.j2ssh.connection.ChannelEventListener eventListener)
           Creates an SCP client.
ScpClient(java.io.File cwd, SshClient ssh, boolean verbose, com.sshtools.j2ssh.connection.ChannelEventListener eventListener)
           Creates an SCP client.
SftpClient(SshClient ssh)
           Constructs the SFTP client.
SftpClient(SshClient ssh, com.sshtools.j2ssh.connection.ChannelEventListener eventListener)
           Constructs the SFTP client with a given channel event listener.