ssh2::CREATE []

pub const CREATE: OpenFlags = OpenFlags{bits: raw::LIBSSH2_FXF_CREAT,}

If this flag is specified, then a new file will be created if one does not already exist (if Truncate is specified, the new file will be truncated to zero length if it previously exists)