cscg24-guacamole

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

libssh2_sftp_mkdir.3 (597B)


      1.TH libssh2_sftp_mkdir 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
      2.SH NAME
      3libssh2_sftp_mkdir - convenience macro for \fIlibssh2_sftp_mkdir_ex(3)\fP calls
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7#include <libssh2_sftp.h>
      8
      9int
     10libssh2_sftp_mkdir(LIBSSH2_SFTP *sftp, const char *path,
     11                   long mode);
     12.fi
     13.SH DESCRIPTION
     14This is a macro defined in a public libssh2 header file that is using the
     15underlying function \fIlibssh2_sftp_mkdir_ex(3)\fP.
     16.SH RETURN VALUE
     17See \fIlibssh2_sftp_mkdir_ex(3)\fP
     18.SH ERRORS
     19See \fIlibssh2_sftp_mkdir_ex(3)\fP
     20.SH SEE ALSO
     21.BR libssh2_sftp_mkdir_ex(3)