1libssh2_sftp_open_r(3)              libssh2             libssh2_sftp_open_r(3)
2
3
4

NAME

6       libssh2_sftp_open_r  -  convenience macro for libssh2_sftp_open_ex_r(3)
7       calls
8

SYNOPSIS

10       #include <libssh2.h>
11       #include <libssh2_sftp.h>
12
13       LIBSSH2_SFTP_HANDLE *
14       libssh2_sftp_open_r(LIBSSH2_SFTP *sftp, const char *filename,
15                           unsigned long flags,
16                           long mode,
17                           LIBSSH2_SFTP_ATTRIBUTES *attrs);
18

DESCRIPTION

20       This is a macro defined in a public libssh2 header file that  is  using
21       the underlying function libssh2_sftp_open_ex_r(3).
22

RETURN VALUE

24       See libssh2_sftp_open_ex_r(3)
25

ERRORS

27       See libssh2_sftp_open_ex_r(3)
28

SEE ALSO

30       libssh2_sftp_open_ex_r(3)
31
32
33
34libssh2 1.11.0                    10 Apr 2023           libssh2_sftp_open_r(3)
Impressum