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
619 B

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