sftp_utimes

@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()

extern (C)
int
sftp_utimes
(,
const char* file
,
const timeval* times
)

Meta