Constant ssh2::OVERWRITE []

pub const OVERWRITE: RenameFlags = RenameFlags{bits: raw::LIBSSH2_SFTP_RENAME_OVERWRITE,}

In a rename operation, overwrite the destination if it already exists. If this flag is not present then it is an error if the destination already exists