# File lib/net/sftp/protocol/01/name.rb, line 17
    def initialize(name, longname, attributes)
      @name, @longname, @attributes = name, longname, attributes
    end