libssh2_sftp_get_channel.3 553 B

123456789101112131415161718192021
  1. .TH libssh2_sftp_get_channel 3 "9 Sep 2011" "libssh2 1.4.0" "libssh2 manual"
  2. .SH NAME
  3. libssh2_sftp_get_channel - return the channel of sftp
  4. .SH SYNOPSIS
  5. .nf
  6. #include <libssh2.h>
  7. #include <libssh2_sftp.h>
  8. .fi
  9. LIBSSH2_CHANNEL *libssh2_sftp_get_channel(LIBSSH2_SFTP *sftp);
  10. .SH DESCRIPTION
  11. \fIsftp\fP - SFTP instance as returned by
  12. .BR libssh2_sftp_init(3)
  13. Return the channel of the given sftp handle.
  14. .SH RETURN VALUE
  15. The channel of the SFTP instance or NULL if something was wrong.
  16. .SH AVAILABILITY
  17. Added in 1.4.0
  18. .SH SEE ALSO
  19. .BR libssh2_sftp_init(3)