Qore ssh2 Module
..
|
The Ssh2Connections module provides connection definitions for classes provided by the ssh2
module for the ConnectionProvider module in Qore.
To use this module, use "%requires Ssh2Connections"
in your code.
This module automatically uses the ssh2 binary module.
All the public symbols in the module are defined in the Ssh2Connections namespace.
Currently the module provides the following classes:
Ssh2ClientConnection::getConstructorInfo()
and SftpConnection::getConstructorInfo()
methods as connection serialization is a much more elegant and maintainable solution (issue 3696)