libssh2_sftp_write (3) Linux Manual Page
libssh2_sftp_write – write SFTP data Synopsis#include <libssh2.h> #include <libssh2_sftp.h> ssize_t libssh2_sftp_write(LIBSSH2_SFTP_HANDLE *handle, const char *buffer, size_t count);Descriptionlibssh2_sftp_write(3) writes a block of data to the SFTP server. This method is modeled after the POSIX write() function and uses the same calling semantics. handle – SFTP file handle as returned by libssh2_sftp_open_ex(3). buffer – points to the…
