Qore SSH2 Module  0.9.9
 All Classes Namespaces Functions
Qore::SSH2::SSH2Client Member List

This is the complete list of members for Qore::SSH2::SSH2Client, including all inherited members.

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
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
scpPut(string remote_path, 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