# File lib/net/sftp/operations/dir.rb, line 88
    def [](path, pattern)
      glob(path, pattern, 0)
    end