# File lib/net/sftp/protocol/01/base.rb, line 148
    def opendir(path)
      send_request(FXP_OPENDIR, :string, path)
    end