geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
553 B

  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)