|
Qore Ssh2Connections Module Reference
1.0
|
abstract base class for ssh module connections
More...

Public Member Functions | |
| constructor (string name, string desc, string url, bool monitor, *hash opts, hash urlh) | |
| creates the SftpConnection object More... | |
| hash | getOptions () |
| returns valid options More... | |
abstract base class for ssh module connections
supports the following option:
"keyfile": a path to a private key file in PEM format to use for key-based authentication | Ssh2Connections::AbstractSsh2Connection::constructor | ( | string | name, |
| string | desc, | ||
| string | url, | ||
| bool | monitor, | ||
| *hash | opts, | ||
| hash | urlh | ||
| ) |
creates the SftpConnection object
| name | the name of the connection |
| desc | connection description |
| url | connection URL |
| monitor | monitoring flag |
| opts | connection options |
| urlh | broken down URL hash (as returned by Qore::parse_url()) |
| hash Ssh2Connections::AbstractSsh2Connection::getOptions | ( | ) |
returns valid options
"keyfile"