cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_sftp_get_channel.3 (547B)


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