GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
libssh2_sftp_tell(3) libssh2 manual libssh2_sftp_tell(3)

libssh2_sftp_tell - get the current read/write position indicator for a file

#include <libssh2.h> #include <libssh2_sftp.h>

size_t libssh2_sftp_tell(LIBSSH2_SFTP_HANDLE *handle);

handle - SFTP File Handle as returned by libssh2_sftp_open_ex(3).

Returns the current offset of the file handle's internal pointer. Note that this is now deprecated. Use the newer libssh2_sftp_tell64(3) instead!

Current offset from beginning of file in bytes.

libssh2_sftp_open_ex(3), libssh2_sftp_tell64(3)
1 Jun 2007 libssh2 0.15

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.