Module: Net::SFTP::Constants::LockTypes

Defined in:
lib/net/sftp/constants.rb

Overview

The Net::SFTP::Session#block operation, implemented in version 6 of the protocol, understands these constants for the mask parameter.

Constant Summary collapse

READ =
OpenFlags::FV5::READ_LOCK
WRITE =
OpenFlags::FV5::WRITE_LOCK
DELETE =
OpenFlags::FV5::DELETE_LOCK
ADVISORY =
OpenFlags::FV6::ADVISORY_LOCK