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

NAME

6       libssh2_channel_wait_eof  -  wait  for  the  remote  to reply to an EOF
7       request
8

SYNOPSIS

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

DESCRIPTION

16       Wait for the remote end to acknowledge an EOF request.
17
18

RETURN VALUE

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

SEE ALSO

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