# File lib/net/sftp/protocol/06/base.rb, line 50 def unblock(handle, offset, length) send_request(FXP_UNBLOCK, :string, handle, :int64, offset, :int64, length) end