cscg24-guacamole

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

libssh2_sftp_tell64.3 (619B)


      1.TH libssh2_sftp_tell64 3 "22 Dec 2008" "libssh2 1.0" "libssh2"
      2.SH NAME
      3libssh2_sftp_tell64 - get the current read/write position indicator for a file
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7#include <libssh2_sftp.h>
      8
      9libssh2_uint64_t
     10libssh2_sftp_tell64(LIBSSH2_SFTP_HANDLE *handle);
     11.fi
     12.SH DESCRIPTION
     13\fIhandle\fP - SFTP File Handle as returned by \fBlibssh2_sftp_open_ex(3)\fP
     14
     15Identify the current offset of the file handle's internal pointer.
     16.SH RETURN VALUE
     17Current offset from beginning of file in bytes.
     18.SH AVAILABILITY
     19Added in libssh2 1.0
     20.SH SEE ALSO
     21.BR libssh2_sftp_open_ex(3),
     22.BR libssh2_sftp_tell(3)