sftp_seek64

@brief Seek to a specific location in a file. This is the 64bit version.

@param file Open sftp file handle to seek in.

@param new_offset Offset in bytes to seek.

@return 0 on success, < 0 on error.

extern (C)
int
sftp_seek64

Meta