AutoCloseable
BinSshConnection, JCshConnection, SshConnectionAdapter, SshConnectionBase
static final String
IDENTITY_FILE
SshConnection
addListener(SshListener listener)
void
close()
cp(String path, String path1, boolean b)
int
execArrayCommand(String[] command, IOBindings io)
IOResult
execArrayCommandGrabbed(String... command)
execListCommand(List<String> command, IOBindings io)
execStringCommand(String command, IOBindings io)
execStringCommandGrabbed(String command)
String
getCharset(String basePath)
getContentEncoding(String basePath)
long
getContentLength(String basePath)
getContentType(String basePath)
byte[]
getDigestWithCommand(String algo, String path)
NPathInfo
getInfo(String path)
InputStream
getInputStream(String from)
OutputStream
getOutputStream(String from)
boolean
isAlive()
isClosed()
List<String>
list(String path)
List<NPathInfo>
listInfos(String path)
mkdir(String from, boolean p)
mv(String from, String to)
removeListener(SshListener listener)
reset()
rm(String from, boolean R)
NPathType
type(String path)
walk(String path, boolean followLinks, int maxDepth)
close