1libssh2_sftp_tell64(3)              libssh2             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>
11       #include <libssh2_sftp.h>
12
13       libssh2_uint64_t
14       libssh2_sftp_tell64(LIBSSH2_SFTP_HANDLE *handle);
15

DESCRIPTION

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

RETURN VALUE

22       Current offset from beginning of file in bytes.
23

AVAILABILITY

25       Added in libssh2 1.0
26

SEE ALSO

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