module Net::SFTP::Constants::LockTypes

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

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

Constants

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