libssh2_sftp_get_channel
return the channel of sftp
- Provided by: libssh2-1-dev (Version: 1.11.0-4.1ubuntu0.24.04.4)
- Source: libssh2
- Report a bug
return the channel of sftp
#include <libssh2.h> #include <libssh2_sftp.h> LIBSSH2_CHANNEL * libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp);
sftp - SFTP instance as returned by libssh2_sftp_init(3)
Return the channel of the given sftp handle.
The channel of the SFTP instance or NULL if something was wrong.
Added in 1.4.0