Constant ssh2::EXCLUSIVE []

pub const EXCLUSIVE: OpenFlags = OpenFlags{bits: raw::LIBSSH2_FXF_EXCL | CREATE.bits,}

Causes the request to fail if the named file already exists. Using this flag implies the Create flag.