Implements the stat operation.

Methods
Public Instance methods
perform( path )

Perform the operation.

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