public interface SshConnection extends AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTITY_FILE |
static final String IDENTITY_FILE
void reset()
void close()
close in interface AutoCloseableSshConnection addListener(SshListener listener)
SshConnection removeListener(SshListener listener)
int execListCommand(List<String> command, IOBindings io)
int execArrayCommand(String[] command, IOBindings io)
int execStringCommand(String command, IOBindings io)
void rm(String from, boolean R)
void mkdir(String from, boolean p)
InputStream getInputStream(String from)
OutputStream getOutputStream(String from)
boolean isAlive()
boolean isClosed()
long getContentLength(String basePath)
Copyright © 2026 vpc open source initiative. All rights reserved.