append constant

SftpFileOpenMode const append

Force all writes to append data at the end of the file.

Implementation

static const append = SftpFileOpenMode._(1 << 2);