module Net::SFTP::Constants::OpenFlags::FV1

  1. lib/net/sftp/constants.rb
Parent: OpenFlags

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

Constants

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