|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
Go to the source code of this file.
Namespaces | |
| namespace | sshpp |
Typedefs | |
| using | sshpp::native_session = ::ssh_session_struct * |
| using | sshpp::native_channel = ::ssh_channel_struct * |
| using | sshpp::native_key = ::ssh_key_struct * |
| using | sshpp::native_bind = ::ssh_bind_struct * |
| using | sshpp::native_message = ::ssh_message_struct * |
| using | sshpp::native_event = ::ssh_event_struct * |
| using | sshpp::native_sftp = ::sftp_session_struct * |
| using | sshpp::native_sftp_file = ::sftp_file_struct * |
| using | sshpp::native_sftp_dir = ::sftp_dir_struct * |
| using | sshpp::native_scp = ::ssh_scp_struct * |
| using | sshpp::native_connector = ::ssh_connector_struct * |
| using | sshpp::native_sftp_aio = ::sftp_aio_struct * |