1libssh2_sftp_last_error(3) libssh2 manual libssh2_sftp_last_error(3)
2
3
4
6 libssh2_sftp_last_error - return the last SFTP-specific error code
7
9 #include <libssh2.h> #include <libssh2_sftp.h>
10
11 unsigned long libssh2_sftp_last_error(LIBSSH2_SFTP *sftp);
12
13
15 sftp - SFTP instance as returned by libssh2_sftp_init(3)
16
17 Determines the last error code produced by the SFTP layer.
18
19
21 Current error code state of the SFTP instance.
22
23
25 libssh2_sftp_init(3)
26
27
28
29libssh2 0.15 1 Jun 2007 libssh2_sftp_last_error(3)