libssh2_sftp_get_channel(3) - Linux man page
Name
libssh2_sftp_get_channel - return the channel of sftpSynopsis
#include <libssh2.h> #include <libssh2_sftp.h>LIBSSH2_CHANNEL *libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp);
Description
sftp - SFTP instance as returned by libssh2_sftp_init(3)Return the channel of the given sftp handle.