# File lib/net/sftp/protocol/06/base.rb, line 41 def block(handle, offset, length, mask) send_request(FXP_BLOCK, :string, handle, :int64, offset, :int64, length, :long, mask) end