1libssh2_channel_wait_eof(3) libssh2 manual libssh2_channel_wait_eof(3)
2
3
4
6 libssh2_channel_wait_eof - wait for the remote to reply to an EOF
7 request
8
10 #include <libssh2.h>
11
12 int libssh2_channel_wait_eof(LIBSSH2_CHANNEL *channel);
13
14
16 Wait for the remote end to send EOF.
17
18
20 Return 0 on success or negative on failure. It returns LIB‐
21 SSH2_ERROR_EAGAIN when it would otherwise block. While LIB‐
22 SSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per
23 se.
24
26 libssh2_channel_send_eof(3) libssh2_channel_eof(3)
27
28
29
30libssh2 0.15 1 Jun 2007 libssh2_channel_wait_eof(3)