1libssh2_sftp_get_channel(3)     libssh2 manual     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 *libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp);
13

DESCRIPTION

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

RETURN VALUE

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

AVAILABILITY

23       Added in 1.4.0
24

SEE ALSO

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