80 constructor(
string name,
string desc,
string url,
bool monitor, *hash opts, hash urlh) ;
105 constructor(
string name,
string desc,
string url,
bool monitor, *hash opts, hash urlh) ;
125 static SftpConnection make(
string name,
string desc,
string url,
bool monitor, *hash opts, hash urlh);
147 constructor(
string name,
string desc,
string url,
bool monitor, *hash opts, hash urlh) ;
159 *hash getRuntimeOptions();
178 *
string getRuntimePath(*hash rtopts);
183 static SftpConnection make(
string name,
string desc,
string url,
bool monitor, *hash opts, hash urlh);
class for SSH2 client session connections; returns an object of class Qore::SSH2::SSH2Client ...
Definition: Ssh2Connections.qm.dox.h:94
the Ssh2Connections namespace contains all the definitions in the Ssh2Connections module ...
Definition: Ssh2Connections.qm.dox.h:64
class for SFTP connections; returns an object of class Qore::SSH2::SFTPClient for acquiring files fro...
Definition: Ssh2Connections.qm.dox.h:136
constructor(string name, string desc, string url, bool monitor, *hash opts, hash urlh)
creates the SftpConnection object
hash getOptions()
returns valid options
abstract base class for ssh module connections
Definition: Ssh2Connections.qm.dox.h:69