1libssh2_sftp_get_channel(3) libssh2 libssh2_sftp_get_channel(3)
2
3
4
6 libssh2_sftp_get_channel - return the channel of sftp
7
9 #include <libssh2.h>
10 #include <libssh2_sftp.h>
11
12 LIBSSH2_CHANNEL *
13 libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp);
14
16 sftp - SFTP instance as returned by libssh2_sftp_init(3)
17
18 Return the channel of the given sftp handle.
19
21 The channel of the SFTP instance or NULL if something was wrong.
22
24 Added in 1.4.0
25
27 libssh2_sftp_init(3)
28
29
30
31libssh2 1.4.0 9 Sep 2011 libssh2_sftp_get_channel(3)