1libssh2_channel_wait_eof(3)         libssh2        libssh2_channel_wait_eof(3)
2
3
4

NAME

6       libssh2_channel_wait_eof  -  wait for the remote to reply to an EOF re‐
7       quest
8

SYNOPSIS

10       #include <libssh2.h>
11
12       int
13       libssh2_channel_wait_eof(LIBSSH2_CHANNEL *channel);
14

DESCRIPTION

16       Wait for the remote end to send EOF.
17
18

RETURN VALUE

20       Return 0 on success or negative  on  failure.  It  returns  LIBSSH2_ER‐
21       ROR_EAGAIN when it would otherwise block. While LIBSSH2_ERROR_EAGAIN is
22       a negative number, it is not really a failure per se.
23

SEE ALSO

25       libssh2_channel_send_eof(3) libssh2_channel_eof(3)
26
27
28
29libssh2 0.15                      1 Jun 2007       libssh2_channel_wait_eof(3)
Impressum