1libssh2_sftp_lstat(3)               libssh2              libssh2_sftp_lstat(3)
2
3
4

NAME

6       libssh2_sftp_lstat  -  convenience  macro  for  libssh2_sftp_stat_ex(3)
7       calls
8

SYNOPSIS

10       #include <libssh2.h>
11       #include <libssh2_sftp.h>
12
13       int
14       libssh2_sftp_lstat(LIBSSH2_SFTP *sftp, const char *path,
15                          LIBSSH2_SFTP_ATTRIBUTES *attrs);
16

DESCRIPTION

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

RETURN VALUE

22       See libssh2_sftp_stat_ex(3)
23

ERRORS

25       See libssh2_sftp_stat_ex(3)
26

SEE ALSO

28       libssh2_sftp_stat_ex(3)
29
30
31
32libssh2 1.2.4                     20 Feb 2010            libssh2_sftp_lstat(3)
Impressum