NAMElibssh2_sftp_get_channel - return the channel of sftp SYNOPSIS#include <libssh2.h> #include <libssh2_sftp.h> LIBSSH2_CHANNEL *libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp); DESCRIPTIONsftp - SFTP instance as returned by libssh2_sftp_init Return the channel of the given sftp handle. RETURN VALUEThe channel of the SFTP instance or NULL if something was wrong. AVAILABILITYSEE ALSOThis HTML page was made with roffit. |
|