libssh2_sftp_last_error

Langue: en

Version: 1 Jun 2007 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

libssh2_sftp_last_error - return the last SFTP-specific error code

SYNOPSIS

#include <libssh2.h> #include <libssh2_sftp.h>

unsigned long libssh2_sftp_last_error(LIBSSH2_SFTP *sftp);

DESCRIPTION

sftp - SFTP instance as returned by libssh2_sftp_init(3)

Determines the last error code produced by the SFTP layer.

RETURN VALUE

Current error code state of the SFTP instance.

SEE ALSO

libssh2_sftp_init(3)