1libssh2_sftp_setstat(3) libssh2 libssh2_sftp_setstat(3)
2
3
4
6 libssh2_sftp_setstat - convenience macro for libssh2_sftp_stat_ex(3)
7 calls
8
10 #include <libssh2.h>
11 #include <libssh2_sftp.h>
12
13 int
14 libssh2_sftp_setstat(LIBSSH2_SFTP *sftp, const char *path,
15 LIBSSH2_SFTP_ATTRIBUTES *attr);
16
18 This is a macro defined in a public libssh2 header file that is using
19 the underlying function libssh2_sftp_stat_ex(3).
20
22 See libssh2_sftp_stat_ex(3)
23
25 See libssh2_sftp_stat_ex(3)
26
28 libssh2_sftp_stat_ex(3)
29
30
31
32libssh2 1.2.4 20 Feb 2010 libssh2_sftp_setstat(3)