Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
class |
ChannelDirectTCPIP |
class |
ChannelExec |
class |
ChannelForwardedTCPIP |
class |
ChannelSftp |
class |
ChannelShell |
class |
ChannelSubsystem |
Modifier and Type | Method and Description |
---|---|
Channel |
Session.getStreamForwarder(String host,
int port)
Instantiates an instance of stream-forwarder to
host :port . |
Channel |
Session.openChannel(String type) |
Modifier and Type | Method and Description |
---|---|
void |
RequestSftp.request(Session session,
Channel channel) |
void |
RequestSubsystem.request(Session session,
Channel channel) |
void |
RequestSubsystem.request(Session session,
Channel channel,
String subsystem,
boolean want_reply) |
Copyright © 2024 JCraft,Inc.. All rights reserved.