libssh2_sftp_mkdir_ex (3) Linux Manual Page
libssh2_sftp_mkdir_ex – create a directory on the remote file system Synopsis#include <libssh2.h> #include <libssh2_sftp.h> int libssh2_sftp_mkdir_ex(LIBSSH2_SFTP *sftp, const char *path, unsigned int path_len, long mode); int libssh2_sftp_mkdir(LIBSSH2_SFTP *sftp, const char *path, long mode); Descriptionsftp – SFTP instance as returned by libssh2_sftp_init(3) path – full path of the new directory to create. Note that the new…
