public class RemoteSession extends AbstractSession<RemoteHost>
RemoteHost
. No extra
functionality is provided here.AbstractSession.CloseResourceOutputStream, AbstractSession.UploadSourceWrapper
Modifier | Constructor and Description |
---|---|
protected |
RemoteSession(RemoteHost remote,
net.schmizz.sshj.SSHClient ssh)
Session are typically created from
RemoteHost.connect(int) . |
close, downloadFile, execute, executeCmd, getHost, isClosed, mkdirs, readFile, uploadFile, writeFile
protected RemoteSession(RemoteHost remote, net.schmizz.sshj.SSHClient ssh)
RemoteHost.connect(int)
.