sftp_chown

@brief Change the file owner and group

@param sftp The sftp session handle.

@param file The file which owner and group should be changed.

@param owner The new owner which should be set.

@param group The new group which should be set.

@return 0 on success, < 0 on error with ssh and sftp error set.

@see sftp_get_error()

extern (C)
int
sftp_chown

Meta