1libssh2_sftp_get_channel(3)         libssh2        libssh2_sftp_get_channel(3)
2
3
4

NAME

6       libssh2_sftp_get_channel - return the channel of sftp
7

SYNOPSIS

9       #include <libssh2.h>
10       #include <libssh2_sftp.h>
11
12       LIBSSH2_CHANNEL *
13       libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp);
14

DESCRIPTION

16       sftp - SFTP instance as returned by libssh2_sftp_init(3)
17
18       Return the channel of the given sftp handle.
19

RETURN VALUE

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

AVAILABILITY

24       Added in 1.4.0
25

SEE ALSO

27       libssh2_sftp_init(3)
28
29
30
31libssh2 1.4.0                     9 Sep 2011       libssh2_sftp_get_channel(3)
Impressum