Channel
From Libssh2
The connection layer acts over an established transport layer session. Typically the server will not accept the client's request to use the connection layer until the authentication layer has been used to successfully identify a client's identity. The connection layer is also referred to as the channel layer.
[edit]
Function Reference
- Channel Creation and Setup
- libssh2_channel_open_session()
- libssh2_channel_direct_tcpip()
- libssh2_channel_forward_listen()
- libssh2_channel_forward_cancel()
- libssh2_channel_forward_accept()
- libssh2_channel_setenv()
- libssh2_channel_request_pty()
- libssh2_channel_process_startup()
- libssh2_channel_x11_req()
- libssh2_scp_recv()
- libssh2_scp_send()
- Channel Shutdown and Destruction
- Input/Output
- Windowing
