Qore SSH2 Module  1.3
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
getUsageInfo()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 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