exclusive constant
SftpFileOpenMode
const exclusive
Causes the request to fail if the named file already exists. create MUST also be specified if this flag is used.
Implementation
static const exclusive = SftpFileOpenMode._(1 << 5);