@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.
See Implementation
@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.