Qore ssh2 Module
..
Toggle main menu visibility
Loading...
Searching...
No Matches
Qore::SSH2::SSH2Client Member List
This is the complete list of members for
Qore::SSH2::SSH2Client
, including all inherited members.
clearStats
()
Qore::SSH2::SSH2Base
clearWarningQueue
()
Qore::SSH2::SSH2Base
connect
(timeout timeout=1m)
Qore::SSH2::SSH2Base
connected
()
Qore::SSH2::SSH2Base
constructor
(string url, softint port=0)
Qore::SSH2::SSH2Client
Qore::SSH2::SSH2Base::constructor
()
Qore::SSH2::SSH2Base
copy
()
Qore::SSH2::SSH2Client
disconnect
(timeout timeout=1m)
Qore::SSH2::SSH2Base
getAuthenticatedWith
()
Qore::SSH2::SSH2Base
getHost
()
Qore::SSH2::SSH2Base
getKeyPriv
()
Qore::SSH2::SSH2Base
getKeyPub
()
Qore::SSH2::SSH2Base
getPassword
()
Qore::SSH2::SSH2Base
getPort
()
Qore::SSH2::SSH2Base
getUsageInfo
()
Qore::SSH2::SSH2Base
getUser
()
Qore::SSH2::SSH2Base
info
()
Qore::SSH2::SSH2Client
openDirectTcpipChannel
(string host, softint port, string source_host="127.0.0.1", softint source_port=22, timeout timeout=60s)
Qore::SSH2::SSH2Client
openSessionChannel
(timeout timeout=60s)
Qore::SSH2::SSH2Client
scpGet
(string path, timeout timeout=60s, *reference< hash< Ssh2StatInfo > > statinfo)
Qore::SSH2::SSH2Client
scpGet
(string path, Qore::OutputStream os, timeout timeout=60s)
Qore::SSH2::SSH2Client
scpPut
(string remote_path, softint size, softint mode=0644, *date mtime, *date atime, timeout timeout=60s)
Qore::SSH2::SSH2Client
scpPut
(string remote_path, Qore::InputStream is, softint size, softint mode=0644, *date mtime, *date atime, timeout timeout=60s)
Qore::SSH2::SSH2Client
setKeys
(string priv_key, *string pub_key)
Qore::SSH2::SSH2Base
setPassword
(string pass)
Qore::SSH2::SSH2Base
setUser
(string user)
Qore::SSH2::SSH2Base
setWarningQueue
(int warning_ms, int warning_bs, Queue queue, any arg, timeout min_ms=1s)
Qore::SSH2::SSH2Base