logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libssh2_sftp_get_channel - return the channel of sftp

Availability

       Added in 1.4.0

Description

sftp - SFTP instance as returned by libssh2_sftp_init(3)

       Return the channel of the given sftp handle.

Name

       libssh2_sftp_get_channel - return the channel of sftp

Return Value

       The channel of the SFTP instance or NULL if something was wrong.

See Also

libssh2_sftp_init(3)

libssh2 1.4.0                                      9 Sep 2011                        libssh2_sftp_get_channel(3)

Synopsis

       #include <libssh2.h>
       #include <libssh2_sftp.h>

       LIBSSH2_CHANNEL *
       libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp);

See Also