cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_sftp_open_r.3 (722B)


      1.TH libssh2_sftp_open_r 3 "10 Apr 2023" "libssh2 1.11.0" "libssh2"
      2.SH NAME
      3libssh2_sftp_open_r - convenience macro for \fIlibssh2_sftp_open_ex_r(3)\fP calls
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7#include <libssh2_sftp.h>
      8
      9LIBSSH2_SFTP_HANDLE *
     10libssh2_sftp_open_r(LIBSSH2_SFTP *sftp, const char *filename,
     11                    unsigned long flags,
     12                    long mode,
     13                    LIBSSH2_SFTP_ATTRIBUTES *attrs);
     14.fi
     15.SH DESCRIPTION
     16This is a macro defined in a public libssh2 header file that is using the
     17underlying function \fIlibssh2_sftp_open_ex_r(3)\fP.
     18.SH RETURN VALUE
     19See \fIlibssh2_sftp_open_ex_r(3)\fP
     20.SH ERRORS
     21See \fIlibssh2_sftp_open_ex_r(3)\fP
     22.SH SEE ALSO
     23.BR libssh2_sftp_open_ex_r(3)