# File lib/net/sftp/protocol/01/impl.rb, line 213 def do_handle( channel, content ) return unless has_on_handle? id = content.read_long handle = content.read_string call_on_handle( driver, id, handle ) end