Module: Net::SFTP::Constants::OpenFlags::FV1
- Defined in:
- lib/net/sftp/constants.rb
Overview
These are the flags that are understood by versions 1-4 of the the open operation.
Constant Summary collapse
- READ =
0x00000001
- WRITE =
0x00000002
- APPEND =
0x00000004
- CREAT =
0x00000008
- TRUNC =
0x00000010
- EXCL =
0x00000020