@brief Change the last modification and access time of a file.
@param sftp The sftp session handle.
@param file The file which owner and group should be changed.
@param times A timeval structure which contains the desired access and modification time.
@return 0 on success, < 0 on error with ssh and sftp error set.
@see sftp_get_error()
See Implementation
@brief Change the last modification and access time of a file.
@param sftp The sftp session handle.
@param file The file which owner and group should be changed.
@param times A timeval structure which contains the desired access and modification time.
@return 0 on success, < 0 on error with ssh and sftp error set.
@see sftp_get_error()