Module | Net::SFTP::Constants::LockTypes |
In: |
lib/net/sftp/constants.rb
|
The Net::SFTP::Session#block operation, implemented in version 6 of the protocol, understands these constants for the mask parameter.
READ | = | OpenFlags::FV5::READ_LOCK |
WRITE | = | OpenFlags::FV5::WRITE_LOCK |
DELETE | = | OpenFlags::FV5::DELETE_LOCK |
ADVISORY | = | OpenFlags::FV6::ADVISORY_LOCK |