Module Net::SFTP::Constants::OpenFlags::FV1
In: lib/net/sftp/constants.rb

These are the flags that are understood by versions 1-4 of the the open operation.

Constants

READ = 0x00000001
WRITE = 0x00000002
APPEND = 0x00000004
CREAT = 0x00000008
TRUNC = 0x00000010
EXCL = 0x00000020

[Validate]