1libssh2_sftp_tell64(3)          libssh2 manual          libssh2_sftp_tell64(3)
2
3
4

NAME

6       libssh2_sftp_tell64 - get the current read/write position indicator for
7       a file
8

SYNOPSIS

10       #include <libssh2.h> #include <libssh2_sftp.h>
11
12       libssh2_uint64_t libssh2_sftp_tell64(LIBSSH2_SFTP_HANDLE *handle);
13
14

DESCRIPTION

16       handle - SFTP File Handle as returned by libssh2_sftp_open_ex(3)
17
18       Identify the current offset of the file handle's internal pointer.
19

RETURN VALUE

21       Current offset from beginning of file in bytes.
22

AVAILABILITY

24       Added in libssh2 1.0
25

SEE ALSO

27       libssh2_sftp_open_ex(3), libssh2_sftp_tell(3)
28
29
30
31libssh2 1.0                       22 Dec 2008           libssh2_sftp_tell64(3)
Impressum