2
0

libssh2_sftp_open.3 583 B

123456789101112131415161718
  1. .TH libssh2_sftp_open 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2 manual"
  2. .SH NAME
  3. libssh2_sftp_open - convenience macro for \fIlibssh2_sftp_open_ex(3)\fP calls
  4. .SH SYNOPSIS
  5. #include <libssh2.h>
  6. LIBSSH2_SFTP_HANDLE *
  7. libssh2_sftp_open(LIBSSH2_SFTP *sftp, const char *path, unsigned long flags, long mode);
  8. .SH DESCRIPTION
  9. This is a macro defined in a public libssh2 header file that is using the
  10. underlying function \fIlibssh2_sftp_open_ex(3)\fP.
  11. .SH RETURN VALUE
  12. See \fIlibssh2_sftp_open_ex(3)\fP
  13. .SH ERRORS
  14. See \fIlibssh2_sftp_open_ex(3)\fP
  15. .SH SEE ALSO
  16. .BR libssh2_sftp_open_ex(3)