Implements the opendir operation, for obtaining a handle to an open directory on the server.

Methods
Public Instance methods
perform( path )

Performs the operation.

    # File lib/net/sftp/operations/opendir.rb, line 26
26:     def perform( path )
27:       @driver.opendir( nil, path )
28:     end